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@v4
20+ uses : actions/checkout@v5
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@v4
51+ uses : actions/checkout@v5
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@v4
32+ uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0 # This is needed for GitVersion not to crash
3535
6060
6161 steps :
6262 - name : Checkout git repo
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464
6565 - name : Set up Docker Buildx
6666 uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments