We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 301de8a + ce35cf2 commit 15d4535Copy full SHA for 15d4535
.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