File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - name : Set up Go
1717 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 2121 - uses : actions/setup-go@v6
2222 with :
2323 go-version : 1.25
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - name : golangci-lint
2626 uses : golangci/golangci-lint-action@v9
2727 with :
Original file line number Diff line number Diff line change 1111 steps :
1212 -
1313 name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717 -
You can’t perform that action at this time.
0 commit comments