File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828 with :
2929 fetch-depth : 0
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v6
32+ uses : actions/setup-python@v7
3333 with :
3434 python-version : ${{ env.PYTHON_VERSION }}
3535
Original file line number Diff line number Diff line change 5050
5151 steps :
5252 - name : Checkout code
53- uses : actions/checkout@v6
53+ uses : actions/checkout@v7
5454
5555 - name : Log in to Container Registry
5656 if : ${{ inputs.push }}
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727
2828 steps :
2929 - name : Retrieve repository
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v6
33+ uses : actions/setup-python@v7
3434 with :
3535 python-version : ${{ env.PYTHON_VERSION }}
3636
5252 uv run pytest --cov=stitchee --cov-report=xml tests/integration
5353
5454 - name : Upload coverage
55- uses : codecov/codecov-action@v6
55+ uses : codecov/codecov-action@v7
5656 with :
5757 token : ${{ secrets.CODECOV_TOKEN }}
5858 verbose : true
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : ${{ env.PYTHON_VERSION }}
2828
4949
5050 - name : Upload Snyk results to GitHub
5151 if : always()
52- uses : github/codeql-action/upload-sarif@v4
52+ uses : github/codeql-action/upload-sarif@v4.37.3
5353 with :
5454 sarif_file : snyk.sarif
5555 continue-on-error : true
@@ -60,10 +60,10 @@ jobs:
6060
6161 steps :
6262 - name : Checkout code
63- uses : actions/checkout@v6
63+ uses : actions/checkout@v7
6464
6565 - name : Set up Python
66- uses : actions/setup-python@v6
66+ uses : actions/setup-python@v7
6767 with :
6868 python-version : ${{ env.PYTHON_VERSION }}
6969
9191
9292 steps :
9393 - name : Checkout code
94- uses : actions/checkout@v6
94+ uses : actions/checkout@v7
9595 with :
9696 fetch-depth : 0
9797
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
2727 venue : ${{ steps.version.outputs.venue }}
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v7
3131 with :
3232 ref : ${{ inputs.release_tag || github.ref }}
3333 fetch-depth : 0 # Fetch all history for accurate versioning/changelogs
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v6
36+ uses : actions/setup-python@v7
3737 with :
3838 python-version : ${{ env.PYTHON_VERSION }}
3939
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121
2222 steps :
2323 - name : Retrieve repository
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v6
27+ uses : actions/setup-python@v7
2828 with :
2929 python-version : ${{ env.PYTHON_VERSION }}
3030
4141 run : uv run pytest --cov=stitchee --cov-report=xml tests/unit
4242
4343 - name : Upload coverage reports to Codecov
44- uses : codecov/codecov-action@v6
44+ uses : codecov/codecov-action@v7
4545 with :
4646 token : ${{ secrets.CODECOV_TOKEN }}
4747 verbose : true
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v6
49+ uses : actions/checkout@v7
5050 with :
5151 fetch-depth : 0 # Need history for auto-bump script
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v6
54+ uses : actions/setup-python@v7
5555 with :
5656 python-version : ${{ env.PYTHON_VERSION }}
5757
@@ -172,10 +172,10 @@ jobs:
172172 timeout-minutes : 10
173173 steps :
174174 - name : Checkout code
175- uses : actions/checkout@v6
175+ uses : actions/checkout@v7
176176
177177 - name : Set up Python
178- uses : actions/setup-python@v6
178+ uses : actions/setup-python@v7
179179 with :
180180 python-version : ${{ env.PYTHON_VERSION }}
181181
You can’t perform that action at this time.
0 commit comments