File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828 with :
2929 persist-credentials : false
3030 - name : Install Go
31- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
31+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3232 with :
3333 go-version : 1.25.x
3434 - name : Install snmp_exporter/generator dependencies
3838 id : golangci-lint-version
3939 run : echo "version=$(make print-golangci-lint-version)" >> $GITHUB_OUTPUT
4040 - name : Lint
41- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
41+ uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9 .0.0
4242 with :
4343 args : --verbose
4444 version : ${{ steps.golangci-lint-version.outputs.version }}
You can’t perform that action at this time.
0 commit comments