We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301de8a commit ce35cf2Copy full SHA for ce35cf2
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
- name: install Go
23
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
24
with:
0 commit comments