Skip to content

Commit 9c4f687

Browse files
dependabot[bot]onobc
authored andcommitted
Bump github/codeql-action in the development-dependencies group
Bumps the development-dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81cd270 commit 9c4f687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
github-pat: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
5555
- name: Upload Trivy scan results to GitHub Security tab
5656
if: inputs.upload-results
57-
uses: github/codeql-action/upload-sarif@v3
57+
uses: github/codeql-action/upload-sarif@v4
5858
with:
5959
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)