File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout Code
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 ref : ${{ github.ref }}
2828 - name : Setup go
6161 go-version : ${{ matrix.go }}
6262
6363 - name : Checkout Code
64- uses : actions/checkout@v4
64+ uses : actions/checkout@v5
6565 with :
6666 ref : ${{ github.ref }}
6767
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919 - name : Set up Go
You can’t perform that action at this time.
0 commit comments