File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout Code
28- uses : actions/checkout@v5 # Checks out your repository
28+ uses : actions/checkout@v6 # Checks out your repository
2929
3030 - name : Install Azure CLI
3131 shell : bash
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 ref : ${{ github.event.workflow_run.head_sha }}
2020
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434
3535 - name : Initialize CodeQL
3636 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v5
39+ uses : actions/checkout@v6
4040
4141 - name : Install GitHub CLI
4242 run : |
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Repository
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 fetch-depth : 0 # Fetch full history for accurate branch checks
3030 - name : Fetch All Branches
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525
2626 - name : Set up Python
2727 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments