Skip to content

Commit 8e77a54

Browse files
build(deps): bump github/codeql-action from 3.28.1 to 3.28.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.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@b6a472f...f6091c0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57bf5e5 commit 8e77a54

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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v2.3.4
45+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v2.3.4
4646
with:
4747
sarif_file: results.sarif

.github/workflows/artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
retention-days: 5
188188

189189
- name: Upload Trivy scan results to GitHub Security tab
190-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
190+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
191191
with:
192192
sarif_file: trivy-results.sarif
193193

@@ -314,6 +314,6 @@ jobs:
314314
retention-days: 5
315315

316316
- name: Upload Trivy scan results to GitHub Security tab
317-
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
317+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
318318
with:
319319
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)