Skip to content

Commit 698a86e

Browse files
build(deps): bump github/codeql-action from 3.28.19 to 3.29.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.19 to 3.29.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fca7ace...d6bbdef) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 500e967 commit 698a86e

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@181d5eefc20863364f96762470ba6f862bdef56b # codeql-bundle-v3.29.2
37+
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # codeql-bundle-v3.29.3
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@181d5eefc20863364f96762470ba6f862bdef56b # codeql-bundle-v3.29.2
78+
uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # codeql-bundle-v3.29.3
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@181d5eefc20863364f96762470ba6f862bdef56b # codeql-bundle-v3.29.2
70+
uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # codeql-bundle-v3.29.3
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@181d5eefc20863364f96762470ba6f862bdef56b # codeql-bundle-v3.29.2
115+
uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # codeql-bundle-v3.29.3
116116
with:
117117
trap-caching: false

.github/workflows/scorecard.yml

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

4242
- name: "Upload to code-scanning"
43-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
43+
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)