Skip to content

Commit bd9efe9

Browse files
chore(deps): update github-actions-official
1 parent 26aee22 commit bd9efe9

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123

124124
- name: Set up Go
125125
if: ${{ matrix.generate_installer && steps.check.outputs.skip != 'true' }}
126-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
126+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
127127
with:
128128
go-version-file: .go-version
129129

@@ -196,7 +196,7 @@ jobs:
196196
BUILD_DATE=${{ steps.build-args.outputs.build_date }}
197197
198198
- name: Generate artifact attestation
199-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
199+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
200200
if: ${{ env.PUSH == 'true' && steps.check.outputs.skip != 'true' }}
201201
with:
202202
subject-name: ${{ env.REGISTRY }}/${{ matrix.image_name }}

.github/workflows/controller-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Cache controller bin directory
20-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
20+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2121
with:
2222
path: controller/bin/
2323
key: ${{ runner.os }}-controller-bin-${{ hashFiles('controller/go.mod') }}
@@ -29,7 +29,7 @@ jobs:
2929
run: make test
3030

3131
- name: Cache operator bin directory
32-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
32+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
3333
with:
3434
path: controller/deploy/operator/bin/
3535
key: ${{ runner.os }}-operator-bin-${{ hashFiles('controller/deploy/operator/go.mod') }}

.github/workflows/e2e.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: Install Go
68-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
68+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
6969
with:
7070
go-version-file: .go-version
7171

7272
- name: Cache controller image
7373
id: cache
74-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
74+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
7575
with:
7676
path: /tmp/controller-image.tar
7777
key: controller-image-${{ matrix.arch }}-${{ hashFiles('controller/Makefile', 'controller/Containerfile', 'controller/go.mod', 'controller/go.sum', 'controller/cmd/**', 'controller/api/**', 'controller/internal/**') }}
@@ -104,13 +104,13 @@ jobs:
104104
fetch-depth: 0
105105

106106
- name: Install Go
107-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
107+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
108108
with:
109109
go-version-file: .go-version
110110

111111
- name: Cache operator artifacts
112112
id: cache
113-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
113+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
114114
with:
115115
path: |
116116
/tmp/operator-image.tar
@@ -154,7 +154,7 @@ jobs:
154154

155155
- name: Cache python wheels
156156
id: cache
157-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
157+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
158158
with:
159159
path: python/dist
160160
key: python-wheels-${{ hashFiles('python/**/*.py', 'python/**/pyproject.toml', 'python/uv.lock') }}
@@ -195,7 +195,7 @@ jobs:
195195
python-version-file: .py-version
196196

197197
- name: Install Go
198-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
198+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
199199
with:
200200
go-version-file: .go-version
201201

@@ -259,7 +259,7 @@ jobs:
259259
python-version-file: .py-version
260260

261261
- name: Install Go
262-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
262+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
263263
with:
264264
go-version-file: .go-version
265265

@@ -301,7 +301,7 @@ jobs:
301301
python-version-file: .py-version
302302

303303
- name: Install Go
304-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
304+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
305305
with:
306306
go-version-file: .go-version
307307

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Set up Go
51-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
51+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5252
with:
5353
go-version-file: .go-version
5454

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Cache Fedora Cloud images
143143
id: cache-fedora-cloud-images
144-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
144+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
145145
with:
146146
path: python/packages/jumpstarter-driver-qemu/images
147147
key: fedora-cloud-43-1.6

.github/workflows/release-operator-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
20+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2121
with:
2222
go-version-file: .go-version
2323

0 commit comments

Comments
 (0)