Skip to content

Commit 094d8c3

Browse files
ci: 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 3.28.8 to 3.28.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@dd74661...b56ba49) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74ea925 commit 094d8c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
git config --global --add safe.directory '*'
5353
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
55+
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
5656
with:
5757
languages: cpp
5858
queries: +security-and-quality
@@ -63,7 +63,7 @@ jobs:
6363
meson compile -C build
6464
6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
66+
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
6767
with:
6868
category: "/language:cpp"
6969
upload: false
@@ -78,7 +78,7 @@ jobs:
7878
output: sarif-results/cpp.sarif
7979

8080
- name: Upload CodeQL results to code scanning
81-
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
81+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
8282
with:
8383
sarif_file: sarif-results/cpp.sarif
8484
category: "/language:cpp"

0 commit comments

Comments
 (0)