Skip to content

Commit 51bd049

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 38b47e7 commit 51bd049

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
37+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5
3838
# Override language selection by uncommenting this and choosing your languages
3939
with:
4040
languages: cpp
@@ -75,6 +75,6 @@ jobs:
7575
git clean -xdf
7676
7777
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
78+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5
7979
with:
8080
trap-caching: false

.github/workflows/codeql-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Initialize CodeQL
6969
if: ${{ env.BUILD_TARGETS != '' }}
70-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
70+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5
7171
with:
7272
languages: cpp
7373
trap-caching: false
@@ -112,6 +112,6 @@ jobs:
112112
113113
- name: Perform CodeQL Analysis
114114
if: ${{ env.BUILD_TARGETS != '' }}
115-
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # codeql-bundle-v4.31.4
115+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # codeql-bundle-v4.31.5
116116
with:
117117
trap-caching: false

.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)