We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da68ea4 commit 44a0d0eCopy full SHA for 44a0d0e
.github/workflows/golangci-lint.yml
@@ -24,7 +24,7 @@ jobs:
24
- tools/setup-envtest
25
steps:
26
- name: Set up Go
27
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # tag=v5.0.0
+ uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # tag=v5.0.1
28
with:
29
go-version: "1.22"
30
cache: false
.github/workflows/pr-dependabot.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: Check out code
22
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # tag=v4.1.5
23
go-version: '1.22'
- name: Update all modules
0 commit comments