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

Commit

Permalink
build: update liatrio/gh-trusted-builds-workflows action to v2.1.0 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent ea14efb commit 7a137e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-push:
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/build-and-push.yaml@v2.0.13
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/build-and-push.yaml@v2.1.0
permissions:
actions: read
id-token: write
Expand All @@ -16,7 +16,7 @@ jobs:
pull-requests: read
security-scan:
needs: [ build-and-push ]
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/scan-image.yaml@v2.0.13
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/scan-image.yaml@v2.1.0
permissions:
id-token: write
contents: read
Expand All @@ -27,7 +27,7 @@ jobs:
needs:
- build-and-push
- security-scan
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/policy-verification.yaml@v2.0.13
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/policy-verification.yaml@v2.1.0
permissions:
id-token: write
contents: read
Expand All @@ -38,7 +38,7 @@ jobs:
needs:
- build-and-push
- policy-verification
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/demo-deploy.yaml@v2.0.13
uses: liatrio/gh-trusted-builds-workflows/.github/workflows/demo-deploy.yaml@v2.1.0
permissions:
id-token: write
packages: read
Expand Down

0 comments on commit 7a137e0

Please sign in to comment.