Skip to content

Commit cf27a2b

Browse files
build(deps): bump github/codeql-action in the all-actions group
Bumps the all-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.31.9 to 4.31.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...cdefb33) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a847e4 commit cf27a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/everything.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ jobs:
584584
ccache-codeql
585585
- run: ccache -z
586586
- name: Initialize CodeQL
587-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
587+
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
588588
with:
589589
languages: ${{ matrix.language }}
590590
source-root: source
@@ -597,7 +597,7 @@ jobs:
597597
- name: Build
598598
run: gha/scripts/ci/gh-actions/run.sh build
599599
- name: Perform CodeQL Analysis
600-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
600+
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
601601
with:
602602
category: "/language:${{matrix.language}}"
603603
output: sarif-results
@@ -612,7 +612,7 @@ jobs:
612612
input: sarif-results/cpp.sarif
613613
output: sarif-results/cpp.sarif
614614
- name: Upload SARIF
615-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3
615+
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
616616
with:
617617
sarif_file: sarif-results/cpp.sarif
618618
- name: Upload loc as a Build Artifact

0 commit comments

Comments
 (0)