Skip to content

Commit 1fcb7c6

Browse files
build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (#620)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.12 to 3.26.13. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c36620d...f779452) --- 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 06e6e13 commit 1fcb7c6

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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v2.3.4
45+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # 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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
177+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
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@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
292+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
293293
with:
294294
sarif_file: trivy-results.sarif

0 commit comments

Comments
 (0)