File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 os : [ ubuntu-latest ]
1818 steps :
1919 - 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
2121 with :
2222 go-version-file : go.mod
2323 cache : false # golangci/golangci-lint-action maintains its own cache
Original file line number Diff line number Diff line change 3131 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
3232 # format to the repository Actions tab.
3333 - name : " Upload artifact"
34- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
34+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
3535 with :
3636 name : SARIF file
3737 path : results.sarif
Original file line number Diff line number Diff line change 1818 id-token : write # Needed to pick up on signing with a GitHub workflow identity.
1919 steps :
2020 - 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
2222 with :
2323 go-version-file : go.mod
2424 cache : true
3939 os : [ ubuntu-latest ]
4040 steps :
4141 - 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
4343 with :
4444 go-version-file : go.mod
4545 cache : true
You can’t perform that action at this time.
0 commit comments