Skip to content

Commit 1f7cbe7

Browse files
Bump github/codeql-action
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 256d634097be96e792d6764f9edaefc4320557b1 to 38697555549f1db7851b81482ff19f1fa5c4fedc. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@256d634...3869755) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 38697555549f1db7851b81482ff19f1fa5c4fedc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b9e77d commit 1f7cbe7

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
@@ -36,7 +36,7 @@ jobs:
3636
cat bandit-output.sarif
3737
3838
- name: Upload Bandit scan results to GitHub Security tab
39-
uses: github/codeql-action/upload-sarif@256d634097be96e792d6764f9edaefc4320557b1 # v4
39+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
4040
with:
4141
sarif_file: "bandit-output.sarif"
4242

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run ansible-lint
4141
run: ansible-lint
4242
- name: Upload SARIF file
43-
uses: github/codeql-action/upload-sarif@256d634097be96e792d6764f9edaefc4320557b1 # v4
43+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
4444
with:
4545
# Path to SARIF file relative to the root of the repository
4646
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@256d634097be96e792d6764f9edaefc4320557b1 # v4
72+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # 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
@@ -27,7 +27,7 @@ jobs:
2727
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
2828

2929
- name: Upload Trivy scan results to GitHub Security tab
30-
uses: github/codeql-action/upload-sarif@256d634097be96e792d6764f9edaefc4320557b1 # v4
30+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
3131
if: always()
3232
with:
3333
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)