Skip to content

Commit 2497089

Browse files
chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef75425 commit 2497089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secscan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
args: '-no-fail -fmt sarif -out results.sarif ./...'
2525
- name: Upload SARIF file
2626
if: ${{ github.actor != 'dependabot[bot]' }}
27-
uses: github/codeql-action/upload-sarif@v3
27+
uses: github/codeql-action/upload-sarif@v4
2828
with:
2929
# Path to SARIF file relative to the root of the repository
3030
sarif_file: results.sarif

0 commit comments

Comments
 (0)