Skip to content

Commit

Permalink
fix: use v0.2.3 of container-scanning-action
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 23, 2024
1 parent ddca9f4 commit 55afdfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Sign api image and attach SBOM attestation
if: steps.semrel.outputs.version != ''
uses: adfinis/[email protected].2
uses: adfinis/[email protected].3
with:
image-ref: ghcr.io/${{ github.repository }}/api
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -129,7 +129,7 @@ jobs:

- name: Sign ember image and attach SBOM attestation
if: steps.semrel.outputs.version != ''
uses: adfinis/[email protected].2
uses: adfinis/[email protected].3
with:
image-ref: ghcr.io/${{ github.repository }}/ember
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .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/${{ github.repository }}/ember
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,7 +47,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/${{ github.repository }}/ember
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55afdfb

Please sign in to comment.