Skip to content

Commit

Permalink
chore(deps): Update github/codeql-action action to v3.27.8 (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate <[email protected]>
Co-authored-by: Renovate <[email protected]>
  • Loading branch information
sscheib and Renovate authored Dec 12, 2024
1 parent 4c2dcce commit 79c2e41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
retention-days: 5

- name: 'Upload to code-scanning'
uses: 'github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155' # v3.27.7
uses: 'github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313' # v3.27.8
with:
sarif_file: 'trivy-results-test-${{ needs.prepare-vars.outputs.next-version }}.sarif'
category: 'Trivy-scan-test-image'
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:

- name: 'Upload to code-scanning'
if: "${{ github.event_name != 'pull_request' }}"
uses: 'github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155' # v3.27.7
uses: 'github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313' # v3.27.8
with:
sarif_file: 'trivy-results-${{ needs.prepare-vars.outputs.next-version }}.sarif'
category: 'Trivy-scan-final-image'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
retention-days: 5

- name: 'Upload to code-scanning'
uses: 'github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155' # v3.27.7
uses: 'github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313' # v3.27.8
with:
sarif_file: 'results/results.sarif'
...
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
retention-days: 5

- name: 'Upload to code-scanning'
uses: 'github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155' # v3.27.7
uses: 'github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313' # v3.27.8
with:
sarif_file: 'results.sarif'
...
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
retention-days: 5

- name: 'Upload to code-scanning'
uses: 'github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155' # v3.27.7
uses: 'github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313' # v3.27.8
with:
sarif_file: 'trivy-results.sarif'
...

0 comments on commit 79c2e41

Please sign in to comment.