Skip to content

Commit

Permalink
chore(deps): bump adfinis/container-scanning-action from 0.2.3 to 0.2.6
Browse files Browse the repository at this point in the history
Bumps [adfinis/container-scanning-action](https://github.com/adfinis/container-scanning-action) from 0.2.3 to 0.2.6.
- [Release notes](https://github.com/adfinis/container-scanning-action/releases)
- [Commits](adfinis/container-scanning-action@v0.2.3...v0.2.6)

---
updated-dependencies:
- dependency-name: adfinis/container-scanning-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and c0rydoras committed May 6, 2024
1 parent 10be272 commit 95a08f1
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].3
uses: adfinis/[email protected].6
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].3
uses: adfinis/[email protected].6
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].3
- uses: adfinis/[email protected].6
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].3
- uses: adfinis/[email protected].6
with:
image-ref: ghcr.io/${{ github.repository }}/ember
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 95a08f1

Please sign in to comment.