Skip to content

Commit

Permalink
Pin 3rd-party actions to SHA1 in .github/workflows/golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fbricon committed Feb 17, 2023
1 parent 35299f0 commit a0091dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 #v2
with:
version: v1.45.2
only-new-issues: true

0 comments on commit a0091dd

Please sign in to comment.