File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 # Initializes the Golang environment for the CodeQL tools.
4040 # https://github.com/github/codeql-action/issues/1842#issuecomment-1704398087
4141 - name : Install Go
42- uses : actions/setup-go@v5
42+ uses : actions/setup-go@v6
4343 with :
4444 go-version-file : go.mod
4545
Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v5
1212
1313 - name : Set up Go
14- uses : actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
14+ uses : actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
1515 with :
1616 go-version : stable
1717
Original file line number Diff line number Diff line change 2222 os : [ "ubuntu-latest" ]
2323 steps :
2424 - name : Set up Go ${{ matrix.go }}
25- uses : actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
25+ uses : actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
2626 with :
2727 go-version : ${{ matrix.go }}
2828
You can’t perform that action at this time.
0 commit comments