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@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{ github.head_ref }}
2222 token : ${{ secrets.WORKFLOW_COMMIT }}
3939
4040 steps :
4141 - name : 🛎 Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
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@v4
42+ uses : actions/checkout@v5
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@v4
12+ uses : actions/checkout@v5
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@v4
28+ uses : actions/checkout@v5
2929 with :
3030 ref : ${{ github.head_ref }}
3131
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : 🛎 Checkout
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 ref : ${{ github.head_ref }}
2727
5353
5454 steps :
5555 - name : 🛎 Checkout
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 with :
5858 ref : ${{ github.head_ref }}
5959
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : 🛎 Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 ref : ${{ github.head_ref }}
1818
You can’t perform that action at this time.
0 commit comments