File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 python-version : ['3.11', '3.12', '3.13']
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 with :
2525 fetch-depth : 0
2626
6060 SAFETY_API_KEY : ${{ secrets.SAFETY_API_KEY }}
6161
6262 steps :
63- - uses : actions/checkout@v6
63+ - uses : actions/checkout@v7
6464 with :
6565 fetch-depth : 0
6666
@@ -104,7 +104,7 @@ jobs:
104104
105105 steps :
106106 - name : Checkout repository
107- uses : actions/checkout@v6
107+ uses : actions/checkout@v7
108108
109109 - name : Log in to Container Registry
110110 uses : docker/login-action@v4
@@ -177,7 +177,7 @@ jobs:
177177
178178 steps :
179179 - name : Checkout repository
180- uses : actions/checkout@v6
180+ uses : actions/checkout@v7
181181
182182 - name : Initialize CodeQL
183183 uses : github/codeql-action/init@v4
@@ -196,7 +196,7 @@ jobs:
196196 if : github.event_name == 'release' && github.event.action == 'published'
197197
198198 steps :
199- - uses : actions/checkout@v6
199+ - uses : actions/checkout@v7
200200 with :
201201 fetch-depth : 0
202202
You can’t perform that action at this time.
0 commit comments