Skip to content

Commit 7f93431

Browse files
renovate[bot]Breee
authored andcommitted
chore(deps): pin dependencies
1 parent fd1a957 commit 7f93431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
run: echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
6666

6767
- name: Cache the Go Build Cache
68-
uses: actions/cache@v4
68+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6969
with:
7070
path: ${{ steps.go.outputs.cache }}
7171
key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
7272
restore-keys: ${{ runner.os }}-build-lint-
7373

7474
- name: Cache Go Dependencies
75-
uses: actions/cache@v4
75+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7676
with:
7777
path: .work/pkg
7878
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -84,7 +84,7 @@ jobs:
8484
# We could run 'make lint' but we prefer this action because it leaves
8585
# 'annotations' (i.e. it comments on PRs to point out linter violations).
8686
- name: Lint
87-
uses: golangci/golangci-lint-action@v6
87+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
8888
with:
8989
version: ${{ env.GOLANGCI_VERSION }}
9090

0 commit comments

Comments
 (0)