File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
os : [ ubuntu-latest ]
18
18
steps :
19
19
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
20
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
21
21
with :
22
22
go-version-file : go.mod
23
23
cache : false # golangci/golangci-lint-action maintains its own cache
Original file line number Diff line number Diff line change 31
31
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
32
32
# format to the repository Actions tab.
33
33
- name : " Upload artifact"
34
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
34
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
35
35
with :
36
36
name : SARIF file
37
37
path : results.sarif
Original file line number Diff line number Diff line change 18
18
id-token : write # Needed to pick up on signing with a GitHub workflow identity.
19
19
steps :
20
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
21
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
22
22
with :
23
23
go-version-file : go.mod
24
24
cache : true
39
39
os : [ ubuntu-latest ]
40
40
steps :
41
41
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
42
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
43
43
with :
44
44
go-version-file : go.mod
45
45
cache : true
You can’t perform that action at this time.
0 commit comments