Skip to content

Commit e76b643

Browse files
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 83af1b2 commit e76b643

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cat bandit-output.sarif
3333
3434
- name: Upload Bandit scan results to GitHub Security tab
35-
uses: github/codeql-action/upload-sarif@v3
35+
uses: github/codeql-action/upload-sarif@v4
3636
with:
3737
sarif_file: "bandit-output.sarif"
3838

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run ansible-lint
3737
run: ansible-lint
3838
- name: Upload SARIF file
39-
uses: github/codeql-action/upload-sarif@v3
39+
uses: github/codeql-action/upload-sarif@v4
4040
with:
4141
# Path to SARIF file relative to the root of the repository
4242
sarif_file: ansible_lint_result.sarif

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
# Upload the results to GitHub's code scanning dashboard (optional).
7070
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@v3
72+
uses: github/codeql-action/upload-sarif@v4
7373
with:
7474
sarif_file: results.sarif

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
2424

2525
- name: Upload Trivy scan results to GitHub Security tab
26-
uses: github/codeql-action/upload-sarif@v3
26+
uses: github/codeql-action/upload-sarif@v4
2727
if: always()
2828
with:
2929
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)