File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
47+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
23+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .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@v6 # v4.0.0
27- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
27+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version-file : ' go.mod'
3030 cache : true
5656 - ' 1.10.*'
5757 steps :
5858 - uses : actions/checkout@v6
59- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
59+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
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@v6
39- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
39+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
61+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
6262 with :
6363 go-version-file : " go.mod"
6464 cache : true
7474 runs-on : ubuntu-latest
7575 steps :
7676 - uses : actions/checkout@v6
77- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
77+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7878 with :
7979 go-version-file : " go.mod"
8080 cache : false
@@ -108,7 +108,7 @@ jobs:
108108 - " 1.14.*"
109109 steps :
110110 - uses : actions/checkout@v6
111- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
111+ - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
112112 with :
113113 go-version-file : " go.mod"
114114 cache : true
You can’t perform that action at this time.
0 commit comments