Skip to content

Commit b32e1ec

Browse files
CI(deps): Update github/codeql-action action to v4.32.3 (releasebranch_8_4) (#6962)
CI(deps): Update github/codeql-action action to v4.32.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3434eb commit b32e1ec

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
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ matrix.language == 'c-cpp' }}
5959

6060
- name: Initialize CodeQL
61-
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
61+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
6262
with:
6363
languages: ${{ matrix.language }}
6464
config-file: ./.github/codeql/codeql-config.yml
@@ -83,6 +83,6 @@ jobs:
8383
run: .github/workflows/build_ubuntu-22.04.sh "${HOME}/install"
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
86+
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
8787
with:
8888
category: "/language:${{matrix.language}}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
path: bandit.sarif
117117

118118
- name: Upload SARIF File into Security Tab
119-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
119+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
120120
with:
121121
sarif_file: bandit.sarif
122122

0 commit comments

Comments
 (0)