Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github/codeql-action digest to 2d79040 #2749

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update github/codeql-action digest to 2d79040
  • Loading branch information
renovate[bot] authored Jul 19, 2024
commit 9f82fbcffadb3579edabc0f796d8c0125386f310
4 changes: 2 additions & 2 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
mkdir sarif
sudo mv build/*.sarif sarif/
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3
if: startsWith(github.ref, 'refs/tags/')
with:
sarif_file: 'sarif'
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
sudo mv build/*.sarif sarif/
- name: Upload Trivy scan results to GitHub Security tab
if: startsWith(github.ref, 'refs/tags/')
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3
with:
sarif_file: 'sarif'
category: ${{ matrix.flavor }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
files: |
release/*
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3
if: startsWith(github.ref, 'refs/tags/')
with:
sarif_file: 'sarif'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-flavor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
mv *.sarif sarif/
- name: Upload Trivy scan results to GitHub Security tab
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3
with:
sarif_file: 'sarif'
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
mkdir sarif
sudo mv build/*.sarif sarif/
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3
if: startsWith(github.ref, 'refs/tags/v')
with:
sarif_file: 'sarif'
Expand All @@ -192,7 +192,7 @@ jobs:
mkdir sarif
sudo mv build/*.sarif sarif/
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
sarif_file: 'sarif'
Expand Down
Loading