Skip to content

Commit b601221

Browse files
deps: update GitHub action dependencies
1 parent abfd947 commit b601221

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/asciinema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
curl -fsSL "${SYNC_IP}:8080/fifo/${SYNC_FIFO}/done/${SYNC_TICKET}"
6060
- name: Create PR
61-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
61+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
6262
with:
6363
title: "tools/asciinema: update screencast"
6464
commit-message: "tools/asciinema: update screencast"

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
nix run .#scripts.get-logs download workspace/e2e.namespace
8787
- name: Upload logs
8888
if: always()
89-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
89+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
9090
with:
9191
name: e2e_pod_logs-${{ inputs.platform }}-${{ inputs.test-name }}
9292
path: workspace/logs/export/logs

.github/workflows/e2e_aks_runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
nix run .#scripts.get-logs download workspace/e2e.namespace
9797
- name: Upload logs
9898
if: always()
99-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
99+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
100100
with:
101101
name: e2e_pod_logs-AKS-CLH-SNP-aks-runtime
102102
path: workspace/logs/export/logs

.github/workflows/e2e_runtime-reproducibility.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ jobs:
4343
rebuild_checksum="$(jq -r '.manifests[0].digest' rebuild/index.json)"
4444
echo "$rebuild_checksum" > ${{ matrix.build-target }}-${{ matrix.os }}-rebuild_checksum.txt
4545
- name: Upload Build Artifacts
46-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
46+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4747
with:
4848
name: ${{ matrix.build-target }}-${{ matrix.os }}
4949
path: result
5050
- name: Upload Build Artifacts (Rebuild)
51-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
51+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5252
with:
5353
name: ${{ matrix.build-target }}-${{ matrix.os }}-rebuild
5454
path: rebuild
5555
- name: Upload checksums
56-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
56+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5757
with:
5858
name: ${{ matrix.build-target }}-${{ matrix.os }}-checksums
5959
path: ${{ matrix.build-target }}-${{ matrix.os }}-*_checksum.txt

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
working-directory: contrast-main
197197
commit: false
198198
- name: Create PR
199-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
199+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
200200
with:
201201
title: Post ${{ needs.process-inputs.outputs.WITHOUT_V }} release updates to main
202202
body: |
@@ -296,7 +296,7 @@ jobs:
296296
echo "ghcr.io/edgelesssys/contrast/cryptsetup:latest=$cryptsetupImgTagged"
297297
} > image-replacements.txt
298298
- name: Upload image replacements file (for main branch PR)
299-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
299+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
300300
with:
301301
name: image-replacements.txt
302302
path: ./image-replacements.txt
@@ -333,7 +333,7 @@ jobs:
333333
run: |
334334
nix build -L .#cli-release
335335
- name: Upload release artifacts (for main branch PR)
336-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
336+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
337337
with:
338338
name: contrast-release-artifacts
339339
path: |
@@ -343,7 +343,7 @@ jobs:
343343
workspace/emojivoto-demo.yml
344344
workspace/mysql-demo.yml
345345
- name: Create draft release
346-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
346+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
347347
with:
348348
draft: true
349349
generate_release_notes: true

.github/workflows/rpm_updates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
nix run .#rpm-pin-vendor -- kata-packages-uvm kata-packages-uvm-coco systemd libseccomp > packages/by-name/microsoft/kata-image/package-index.json
2424
- name: Create PR
25-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
25+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
2626
with:
2727
title: "deps: update pinned rpm packages"
2828
body: "Automated updated created by [rpm_updates workflow](https://github.com/edgelesssys/contrast/blob/main/.github/workflows/rpm_updates.yml)."

0 commit comments

Comments
 (0)