File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4444 # Manually install the right version of Go
4545 # See https://github.com/github/codeql-action/issues/1842 and https://github.com/github/codeql/issues/13992
4646 - name : Setup Go
47- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
47+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4848 with :
4949 go-version-file : " go.mod"
5050 # not needed but gets rid of warnings
Original file line number Diff line number Diff line change 2020 with :
2121 # Allow goreleaser to access older tag information.
2222 fetch-depth : 0
23- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
23+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2424 with :
2525 go-version-file : ' go.mod'
2626 cache : true
Original file line number Diff line number Diff line change 2424 timeout-minutes : 5
2525 steps :
2626 - uses : actions/checkout@v5 # v4.0.0
27- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
27+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2828 with :
2929 go-version-file : ' go.mod'
3030 cache : true
5656 - ' 1.10.*'
5757 steps :
5858 - uses : actions/checkout@v5
59- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
59+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
6060 with :
6161 go-version-file : ' go.mod'
6262 cache : true
Original file line number Diff line number Diff line change 3636 timeout-minutes : 5
3737 steps :
3838 - uses : actions/checkout@v5 # v4.0.0
39- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
39+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4040 with :
4141 go-version-file : ' go.mod'
4242 # cache: true
5858 with :
5959 terraform_version : ${{ env.LATEST_VERSION }}
6060 terraform_wrapper : false
61- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
61+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
6262 with :
6363 go-version-file : ' go.mod'
6464 cache : true
9191 - ' 1.13.*'
9292 steps :
9393 - uses : actions/checkout@v5 # v4.0.0
94- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
94+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
9595 with :
9696 go-version-file : ' go.mod'
9797 cache : true
You can’t perform that action at this time.
0 commit comments