Skip to content

Commit 74e0e51

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: 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] <support@github.com>
1 parent b778a42 commit 74e0e51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cron-scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Upload the results to GitHub's code scanning dashboard.
4848
- name: "Upload to code-scanning"
49-
uses: github/codeql-action/upload-sarif@v3
49+
uses: github/codeql-action/upload-sarif@v4
5050
with:
5151
sarif_file: results.sarif
5252
category: ossf-scorecard

.github/workflows/cron-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
format: table
7373

7474
- name: Upload Trivy scan results to GitHub Security tab
75-
uses: github/codeql-action/upload-sarif@v3
75+
uses: github/codeql-action/upload-sarif@v4
7676
with:
7777
sarif_file: trivy-results-${{ matrix.local_tag }}.sarif
7878
category: ${{ matrix.arch }} container

.github/workflows/pr-fuzz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: ./out/artifacts
3434
- name: Upload Sarif
3535
if: always() && steps.build.outcome == 'success'
36-
uses: github/codeql-action/upload-sarif@v3
36+
uses: github/codeql-action/upload-sarif@v4
3737
with:
3838
# Path to SARIF file relative to the root of the repository
3939
sarif_file: cifuzz-sarif/results.sarif

0 commit comments

Comments
 (0)