Skip to content

Commit 0cccfa1

Browse files
deps: update GitHub action dependencies
1 parent 2523065 commit 0cccfa1

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/setup_nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
sudo mkdir -p /nix/bld
3333
sudo findmnt
3434
sudo df -h
35-
- uses: cachix/install-nix-action@2126ae7fc54c9df00dd18f7f18754393182c73cd # v31.9.1
35+
- uses: cachix/install-nix-action@616559265b40713947b9c190a8ff4b507b5df49b # v31.10.4
3636
with:
3737
github_access_token: ${{ inputs.githubToken }}
3838
extra_nix_config: ${{ runner.os == 'Linux' && 'build-dir = /nix/bld' || '' }}

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.NUNKI_CI_COMMIT_PUSH_PR }}
2828
persist-credentials: true
2929
- name: Create backport PRs
30-
uses: korthout/backport-action@01619ebc9a6e3f6820274221b9956b3e7365000a # v4.1.0
30+
uses: korthout/backport-action@ad30f01dbe543be4a24431001c38f3617af8c745 # v4.4
3131
with:
3232
copy_milestone: true
3333
copy_labels_pattern: '.*'

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cachixToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
2828
- name: Restore lychee cache
2929
id: restore-cache
30-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
30+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3131
with:
3232
path: .lycheecache
3333
key: cache-lychee-${{ github.sha }}
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
nix run ".#${SET}.nixpkgs.lychee" -- --config tools/lychee/config-external.toml .
4040
- name: Save lychee cache
41-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
41+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4242
if: always()
4343
with:
4444
path: .lycheecache

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
working-directory: contrast-main
207207
commit: false
208208
- name: Create PR
209-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
209+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
210210
with:
211211
title: Post ${{ needs.process-inputs.outputs.WITHOUT_V }} release updates to main
212212
body: |
@@ -325,7 +325,7 @@ jobs:
325325
LICENSE
326326
${{ steps.create-artifacts.outputs.paths }}
327327
- name: Create draft release
328-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
328+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
329329
with:
330330
draft: true
331331
generate_release_notes: true

.github/workflows/require_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
pull-requests: read
1212
steps:
13-
- uses: mheap/github-action-required-labels@8afbe8ae6ab7647d0c9f0cfa7c2f939650d22509 # v5.5.1
13+
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5.5.2
1414
with:
1515
mode: exactly
1616
count: 1

.github/workflows/rim_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
nix run ".#${SET}.scripts.get-nvidia-rim-ids" > dev-docs/nvidia/rim-ids.json
3030
- name: Create PR
31-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
31+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3232
with:
3333
title: "dev-docs: update NVIDIA RIM IDs"
3434
body: "Automated updated created by [rim_updates workflow](https://github.com/edgelesssys/contrast/blob/main/.github/workflows/rim_updates.yml)."

0 commit comments

Comments
 (0)