Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(deps): use v0.2.3 of container-scanning-action (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored Apr 23, 2024
1 parent 4981808 commit 2969f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
${{ steps.meta.outputs.labels }}
- name: Sign image and attach SBOM attestation
uses: adfinis/[email protected].2
uses: adfinis/[email protected].3
if: steps.semrel.outputs.version != ''
with:
image-ref: ghcr.io/adfinis/timed-backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# needed for `cosign attest`
id-token: write
steps:
- uses: adfinis/[email protected].2
- uses: adfinis/[email protected].3
with:
image-ref: ghcr.io/adfinis/timed-backend
attest: true
Expand Down

0 comments on commit 2969f69

Please sign in to comment.