Skip to content

Commit f89db2c

Browse files
authoredJun 12, 2024··
🌱[release-1.12]: Bump github/codeql-action from 3.25.5 to 3.25.8 (#294)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b7cec75...2e230e8) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/trivy-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
output: 'trivy-results.sarif'
3434
ignore-unfixed: true
3535
severity: 'HIGH,CRITICAL'
36-
- uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
36+
- uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
3737
with:
3838
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)
Please sign in to comment.