Skip to content

Commit

Permalink
chore(deps): update actions/attest-build-provenance action to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2024
1 parent a2cdbb4 commit 7c51637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/__package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: npm run build

- name: Create provenance attestation 🔏
uses: actions/[email protected].0
uses: actions/[email protected].1
continue-on-error: true
with:
subject-path: ${{ env.ARTIFACTS_PATH }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
path: docker_image.tar

- name: Create provenance attestation 🔏
uses: actions/[email protected].0
uses: actions/[email protected].1
continue-on-error: true
with:
subject-path: docker_image.tar
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
- name: Create provenance attestation 🔏
uses: actions/[email protected].0
uses: actions/[email protected].1
continue-on-error: true
with:
subject-path: dist
Expand Down

0 comments on commit 7c51637

Please sign in to comment.