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
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : checkout code
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 - name : verify example_test.go
1818 run : |
1919 grep "^func [a-z-A-Z]" example_test.go | sort -c
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 - name : Install Go
2323 uses : actions/setup-go@v6
2424 with :
You can’t perform that action at this time.
0 commit comments