File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v7
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v7
2121 - name : Set up Go
2222 uses : actions/setup-go@v6
2323 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121 - name : Set up Go
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Check out code
28- uses : actions/checkout@v6
28+ uses : actions/checkout@v7
2929 with :
3030 fetch-depth : 0
3131 submodules : recursive
You can’t perform that action at this time.
0 commit comments