Skip to content

Commit ff04125

Browse files
CI(deps): Update github/codeql-action action to v3.30.1 (OSGeo#6320)
1 parent 2752c52 commit ff04125

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ matrix.language == 'c-cpp' }}
6060

6161
- name: Initialize CodeQL
62-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
62+
uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
6363
with:
6464
languages: ${{ matrix.language }}
6565
config-file: ./.github/codeql/codeql-config.yml
@@ -84,6 +84,6 @@ jobs:
8484
run: .github/workflows/build_ubuntu-22.04.sh "${HOME}/install"
8585

8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
87+
uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
8888
with:
8989
category: "/language:${{matrix.language}}"

.github/workflows/python-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
path: bandit.sarif
130130

131131
- name: Upload SARIF File into Security Tab
132-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
132+
uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
133133
with:
134134
sarif_file: bandit.sarif
135135

0 commit comments

Comments
 (0)