File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout git repo
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Set up Python ${{ env.PYTHON_VERSION }}
2323 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2929 Patch : ${{ steps.gitversion.outputs.Patch }}
3030 steps :
3131 - name : Checkout git repo
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0 # This is needed for GitVersion not to crash
3535
5959
6060 steps :
6161 - name : Checkout git repo
62- uses : actions/checkout@v5
62+ uses : actions/checkout@v6
6363
6464 - name : Set up Docker Buildx
6565 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments