File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : 🛎 Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 ref : ${{ github.head_ref }}
2222 token : ${{ secrets.WORKFLOW_COMMIT }}
3939
4040 steps :
4141 - name : 🛎 Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 ref : ${{ github.head_ref }}
4545 token : ${{ secrets.WORKFLOW_COMMIT }}
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 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : ' Checkout Repository'
12- uses : actions/checkout@v5
12+ uses : actions/checkout@v6
1313 - name : ' Dependency Review'
1414 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : 🛎 Checkout
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 with :
3030 ref : ${{ github.head_ref }}
3131
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : 🛎 Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 ref : ${{ github.head_ref }}
3030
5656
5757 steps :
5858 - name : 🛎 Checkout
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060 with :
6161 ref : ${{ github.head_ref }}
6262
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : 🛎 Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 ref : ${{ github.head_ref }}
1818
You can’t perform that action at this time.
0 commit comments