File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2121 go-version : ${{ matrix.go }}
2222
2323 - name : Checkout Code
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 ref : ${{ github.ref }}
2727
Original file line number Diff line number Diff line change 4444 go-version : ${{ matrix.go }}
4545
4646 - name : Checkout Code
47- uses : actions/checkout@v6
47+ uses : actions/checkout@v7
4848 with :
4949 ref : ${{ github.ref }}
5050
5858 vulnerability-scanning :
5959 runs-on : ubuntu-latest
6060 steps :
61- - uses : actions/checkout@v6
61+ - uses : actions/checkout@v7
6262 with :
6363 fetch-depth : 0
6464
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@v6
25+ uses : actions/checkout@v7
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments