Skip to content

Commit c97461f

Browse files
build(deps): bump github/codeql-action from 4.31.7 to 4.31.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.31.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cf1bb45...5d4e8d1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41b468c commit c97461f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5353

5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # codeql-bundle-v4.31.7
55+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # codeql-bundle-v4.31.9
5656
with:
5757
languages: cpp
5858
trap-caching: false
@@ -91,4 +91,4 @@ jobs:
9191
git clean -xdf
9292
9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # codeql-bundle-v4.31.7
94+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # codeql-bundle-v4.31.9

.github/workflows/codeql-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
echo "MINIMAL_BUILD_TARGET=//source/common/common:assert_lib" > $GITHUB_ENV
8989
9090
- name: Initialize CodeQL
91-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # codeql-bundle-v4.31.7
91+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # codeql-bundle-v4.31.9
9292
with:
9393
languages: cpp
9494
trap-caching: false
@@ -129,4 +129,4 @@ jobs:
129129
130130
- name: Perform CodeQL Analysis
131131
# if: ${{ env.BUILD_TARGETS != '' }}
132-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # codeql-bundle-v4.31.7
132+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # codeql-bundle-v4.31.9

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
retention-days: 5
4242

4343
- name: "Upload to code-scanning"
44-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
44+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
4545
with:
4646
sarif_file: results.sarif

0 commit comments

Comments
 (0)