Skip to content

Commit 2a38cde

Browse files
committed
fix: pin actions to commit SHA
1 parent f76741a commit 2a38cde

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ jobs:
55
name: lint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- name: Checkout Repository
9+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
910
- name: Set up Go
10-
uses: actions/setup-go@v6
11+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1112
with:
1213
go-version-file: go.mod
1314
- name: golangci-lint

0 commit comments

Comments
 (0)