Skip to content

Commit 2b63d34

Browse files
Pin third-party actions to currently used SHA (#35)
1 parent 785571b commit 2b63d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: 1.17
2222
- uses: actions/checkout@v3
2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v3
24+
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
2525
with:
2626
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2727
version: v1.29
@@ -43,4 +43,4 @@ jobs:
4343
# skip-pkg-cache: true
4444

4545
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
46-
# skip-build-cache: true
46+
# skip-build-cache: true

0 commit comments

Comments
 (0)