Skip to content

Commit 5d6a7c8

Browse files
renovate[bot]ferferga
authored andcommitted
chore(deps): update actions/attest-build-provenance action to v1.4.1 (#2421)
1 parent 131a2c3 commit 5d6a7c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/__package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: npm run build
7979

8080
- name: Create provenance attestation 🔏
81-
uses: actions/[email protected].0
81+
uses: actions/[email protected].1
8282
continue-on-error: true
8383
with:
8484
subject-path: ${{ env.ARTIFACTS_PATH }}
@@ -199,7 +199,7 @@ jobs:
199199
path: docker_image.tar
200200

201201
- name: Create provenance attestation 🔏
202-
uses: actions/[email protected].0
202+
uses: actions/[email protected].1
203203
continue-on-error: true
204204
with:
205205
subject-path: docker_image.tar
@@ -230,7 +230,7 @@ jobs:
230230
docker cp $(docker create --name jf $(docker images --filter=reference='${{ env.REGISTRY_IMAGE }}' -q | head -n 1)):/usr/share/nginx/html/ ./dist
231231
232232
- name: Create provenance attestation 🔏
233-
uses: actions/[email protected].0
233+
uses: actions/[email protected].1
234234
continue-on-error: true
235235
with:
236236
subject-path: dist

0 commit comments

Comments
 (0)