Skip to content

Commit 2254fed

Browse files
build(deps): bump github/codeql-action from 4.31.4 to 4.31.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.4 to 4.31.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e12f017...fdbfb4d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa10ad6 commit 2254fed

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353

5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
55+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5
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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
94+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5

.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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
91+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5
9292
with:
9393
languages: cpp
9494
trap-caching: false
@@ -130,4 +130,4 @@ jobs:
130130
131131
- name: Perform CodeQL Analysis
132132
# if: ${{ env.BUILD_TARGETS != '' }}
133-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
133+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5

.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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
44+
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4545
with:
4646
sarif_file: results.sarif

0 commit comments

Comments
 (0)