Skip to content

Commit 3d8da73

Browse files
Update actions/checkout action to v6
1 parent 81d3a43 commit 3d8da73

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fossa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write # needed for the Vault authentication
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919

2020
- name: Read FOSSA token
2121
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # main

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch: [amd64, arm64]
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
29+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030
- name: Set up QEMU
3131
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
3232
- name: Set up Docker Buildx
@@ -63,7 +63,7 @@ jobs:
6363
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials username | PRIME_STG_REGISTRY_USERNAME ;
6464
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials password | PRIME_STG_REGISTRY_PASSWORD
6565
- name: Checkout code
66-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
66+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6767
- name: Build and push image to DockerHub and Prime Staging Registry
6868
uses: rancher/ecm-distro-tools/actions/publish-image@dccc58c2e8e9c059aeab6229b70d2f0b1e977625 # master
6969
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Setup Go
1818
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #v6.2.0
1919
with:

0 commit comments

Comments
 (0)