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.
2 parents c496b69 + d624d42 commit c3166adCopy full SHA for c3166ad
.github/workflows/go-lint.yaml
@@ -44,7 +44,7 @@ jobs:
44
shell: bash
45
46
# Set up Go environment
47
- - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
48
with:
49
go-version: ${{ env.GO_VERSION }}
50
outputs:
.github/workflows/understackctl-release.yaml
@@ -24,7 +24,7 @@ jobs:
24
fetch-depth: 1
25
26
- name: Setup Go
27
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.1
+ uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
28
29
go-version: stable
30
cache: true
0 commit comments