Skip to content

Commit 90113bd

Browse files
build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 (#606)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.9 to 3.26.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@461ef6c...6db8d63) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 14c7679 commit 90113bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/analysis-scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
retention-days: 5
4343

4444
- name: Upload results to GitHub Security tab
45-
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v2.3.4
45+
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v2.3.4
4646
with:
4747
sarif_file: results.sarif

.github/workflows/artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
retention-days: 5
175175

176176
- name: Upload Trivy scan results to GitHub Security tab
177-
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
177+
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
178178
with:
179179
sarif_file: trivy-results.sarif
180180

@@ -289,6 +289,6 @@ jobs:
289289
retention-days: 5
290290

291291
- name: Upload Trivy scan results to GitHub Security tab
292-
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
292+
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
293293
with:
294294
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)