Skip to content

Commit 9067658

Browse files
chore(deps): bump github/codeql-action in the github-actions group (#2336)
Bumps the github-actions 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: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 644a442 commit 9067658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: Upload to code-scanning
62-
uses: github/codeql-action/upload-sarif@v3 # commit hash will make dep bot in error hance use version instead
62+
uses: github/codeql-action/upload-sarif@v4 # commit hash will make dep bot in error hance use version instead
6363
with:
6464
sarif_file: scorecard-results.sarif

0 commit comments

Comments
 (0)