Skip to content

Commit 271488f

Browse files
chore(deps): pin dependencies
1 parent 75453ad commit 271488f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Get modified CRDs
4747
id: modified-crds
48-
uses: tj-actions/changed-files@v45
48+
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45
4949
with:
5050
files: |
5151
package/crds/**
@@ -81,14 +81,14 @@ jobs:
8181
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
8282

8383
- name: Cache the Go Build Cache
84-
uses: actions/cache@v4
84+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
8585
with:
8686
path: ${{ steps.go.outputs.cache }}
8787
key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
8888
restore-keys: ${{ runner.os }}-build-lint-
8989

9090
- name: Cache Go Dependencies
91-
uses: actions/cache@v4
91+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
9292
with:
9393
path: .work/pkg
9494
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -100,7 +100,7 @@ jobs:
100100
# We could run 'make lint' but we prefer this action because it leaves
101101
# 'annotations' (i.e. it comments on PRs to point out linter violations).
102102
- name: Lint
103-
uses: golangci/golangci-lint-action@v6
103+
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6
104104
with:
105105
version: ${{ env.GOLANGCI_VERSION }}
106106

@@ -128,14 +128,14 @@ jobs:
128128
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
129129

130130
- name: Cache the Go Build Cache
131-
uses: actions/cache@v4
131+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
132132
with:
133133
path: ${{ steps.go.outputs.cache }}
134134
key: ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }}
135135
restore-keys: ${{ runner.os }}-build-check-diff-
136136

137137
- name: Cache Go Dependencies
138-
uses: actions/cache@v4
138+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
139139
with:
140140
path: .work/pkg
141141
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -171,14 +171,14 @@ jobs:
171171
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
172172

173173
- name: Cache the Go Build Cache
174-
uses: actions/cache@v4
174+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
175175
with:
176176
path: ${{ steps.go.outputs.cache }}
177177
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
178178
restore-keys: ${{ runner.os }}-build-unit-tests-
179179

180180
- name: Cache Go Dependencies
181-
uses: actions/cache@v4
181+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
182182
with:
183183
path: .work/pkg
184184
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -220,14 +220,14 @@ jobs:
220220
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
221221

222222
- name: Cache the Go Build Cache
223-
uses: actions/cache@v4
223+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
224224
with:
225225
path: ${{ steps.go.outputs.cache }}
226226
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
227227
restore-keys: ${{ runner.os }}-build-unit-tests-
228228

229229
- name: Cache Go Dependencies
230-
uses: actions/cache@v4
230+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
231231
with:
232232
path: .work/pkg
233233
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -257,13 +257,13 @@ jobs:
257257
platforms: all
258258

259259
- name: Setup Docker Buildx
260-
uses: docker/setup-buildx-action@v3
260+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
261261
with:
262262
version: ${{ env.DOCKER_BUILDX_VERSION }}
263263
install: true
264264

265265
- name: Login to Upbound
266-
uses: docker/login-action@v3
266+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
267267
if: env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR != ''
268268
with:
269269
registry: xpkg.upbound.io
@@ -288,14 +288,14 @@ jobs:
288288
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
289289

290290
- name: Cache the Go Build Cache
291-
uses: actions/cache@v4
291+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
292292
with:
293293
path: ${{ steps.go.outputs.cache }}
294294
key: ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }}
295295
restore-keys: ${{ runner.os }}-build-publish-artifacts-
296296

297297
- name: Cache Go Dependencies
298-
uses: actions/cache@v4
298+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
299299
with:
300300
path: .work/pkg
301301
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)