Skip to content

Commit

Permalink
chore(ci): bump container-scanning-action
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Nov 22, 2024
1 parent ece703c commit c57e81c
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 @@ -101,7 +101,7 @@ jobs:
${{ steps.meta.outputs.labels }}
- name: Sign api image and attach SBOM attestation
uses: adfinis/[email protected].9
uses: adfinis/[email protected].11
with:
image-ref: ghcr.io/${{ github.repository }}/api
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
${{ steps.meta.outputs.labels }}
- name: Sign image and attach SBOM attestation
uses: adfinis/[email protected].9
uses: adfinis/[email protected].11
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].9
- uses: adfinis/[email protected].11
with:
image-ref: ghcr.io/${{ github.repository }}/api
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:
# needed for `cosign attest`
id-token: write
steps:
- uses: adfinis/[email protected].9
- uses: adfinis/[email protected].11
with:
image-ref: ghcr.io/${{ github.repository }}/ember
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c57e81c

Please sign in to comment.