Skip to content

Commit 7dc66fe

Browse files
authored
Merge pull request #2277 from redhat-appstudio/renovate/github-codeql-action-digest
Update github/codeql-action digest to f09c1c0
2 parents 296c9b2 + 6c6bf6e commit 7dc66fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# we let the report trigger content trigger a failure using the GitHub Security features.
9292
args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ./...'
9393
- name: Upload SARIF file
94-
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3
94+
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
9595
with:
9696
# Path to SARIF file relative to the root of the repository
9797
sarif_file: results.sarif

.github/workflows/kube-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
continue-on-error: true
4343

4444
- name: Upload SARIF report files to GitHub
45-
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3
45+
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
4646
with:
4747
sarif_file: ../kube-linter/kube-linter.sarif
4848

0 commit comments

Comments
 (0)