Skip to content

Commit

Permalink
Update actions/upload-artifact digest to 4cec3d8
Browse files Browse the repository at this point in the history
  • Loading branch information
isle-buildkit-renovate[bot] authored Feb 22, 2025
1 parent 18ee9e1 commit 5905ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/grype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
cache-read-only: false
arguments: ${{ inputs.image }}:grype ${{ inputs.digest }} --info
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
if: always()
with:
name: ${{ inputs.image }} Grype Reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
cache-read-only: false
arguments: ${{ inputs.image }}:test -Pisle.test.pull=true ${{ inputs.digests }} --info
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
if: always()
with:
name: ${{ inputs.image }} Test Logs
Expand Down

0 comments on commit 5905ae0

Please sign in to comment.