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 1414 os : ["ubuntu-latest", "macos-latest"]
1515 steps :
1616 - name : Set up Go ${{ matrix.go }}
17- uses : actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
17+ uses : actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
1818 with :
1919 go-version : ${{ matrix.go }}
2020
You can’t perform that action at this time.
0 commit comments