File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 - .github/workflows/golangci-lint.yml
3232
3333 - name : Setup Go
34- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
34+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3535 if : ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
3636 with :
3737 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 2727
2828 - name : Setup Go
2929 if : ${{ steps.filter.outputs.go == 'true' }}
30- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
30+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3131 with :
3232 go-version-file : " go.mod"
3333 cache-dependency-path : " **/*.sum"
6464 - '**/*.go'
6565
6666 - name : Setup Go
67- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
67+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
6868 with :
6969 go-version-file : " go.mod"
7070 cache-dependency-path : " **/*.sum"
Original file line number Diff line number Diff line change 4141 ref : ${{ github.event.inputs.ref || github.ref}}
4242
4343 - name : Setup Go
44- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
44+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
4545 with :
4646 go-version-file : " go.mod"
4747 cache-dependency-path : " **/*.sum"
You can’t perform that action at this time.
0 commit comments