File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
6262
6363 steps :
6464 - name : Checkout code
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 0 # Fetch full history for git analysis
6868
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 with :
1616 token : ${{ secrets.GITHUB_TOKEN }}
1717
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 - name : Run Trivy vulnerability scanner
2323 uses : aquasecurity/trivy-action@master
4747
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v6
5151
5252 - name : Initialize CodeQL
5353 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1010 test-action :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616
You can’t perform that action at this time.
0 commit comments