Skip to content

Commit d0dfa85

Browse files
CI(deps): Update github/codeql-action action to v3.30.3 (OSGeo#6349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cd3324 commit d0dfa85

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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
62+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
87+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
132+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
133133
with:
134134
sarif_file: bandit.sarif
135135

0 commit comments

Comments
 (0)