Skip to content

Commit 8560585

Browse files
authored
Merge pull request #39 from github/dependabot/github_actions/minor-patch-a8cd59ac25
Bump the minor-patch group across 1 directory with 6 updates
2 parents efb1f4a + 44b5deb commit 8560585

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/attest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
id-token: write
1818
attestations: write
1919
steps:
20-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
20+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
2121
with:
2222
name: ${{ inputs.artifact }}
23-
- uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
23+
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
2424
with:
2525
subject-path: "*"

.github/workflows/build-pyfib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
run: tar -czf pyfib.tar.gz ./pyfib
2424

2525
- name: Attest build provenance
26-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
26+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
2727
with:
2828
subject-path: "pyfib.tar.gz"
2929

3030
- name: Upload build artifact
31-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
31+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3232
with:
3333
path: "pyfib.tar.gz"
3434

.github/workflows/ghcr-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
EOF
2727
2828
- name: Set up QEMU
29-
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
29+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
3030

3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
32+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
3333

3434
- name: Login to GHCR
3535
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -40,15 +40,15 @@ jobs:
4040

4141
- name: Build and push
4242
id: build-and-push
43-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
43+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
4444
with:
4545
context: .
4646
platforms: 'linux/amd64,linux/arm64'
4747
push: true
4848
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
4949

5050
- name: Attest artifact
51-
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
51+
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
5252
with:
5353
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454
subject-digest: ${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)