1414 min : ${{ steps.versions.outputs.min }}
1515 max : ${{ steps.versions.outputs.max }}
1616 steps :
17- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 - id : versions
1919 run : |
2020 min_version=$(jq '.PYTHON_MIN' -r version.json)
@@ -28,11 +28,11 @@ jobs:
2828 - name : Don't mess with line endings
2929 run : |
3030 git config --global core.autocrlf false
31- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
31+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3232 with :
3333 submodules : true
3434 - name : Set up Python
35- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
35+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3636 with :
3737 python-version : ${{ needs.set-versions.outputs.max }}
3838 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -82,11 +82,11 @@ jobs:
8282 - name : Don't mess with line endings
8383 run : |
8484 git config --global core.autocrlf false
85- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
85+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8686 with :
8787 submodules : true
8888 - name : Set up Python
89- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
89+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
9090 with :
9191 python-version : ${{ needs.set-versions.outputs.max }}
9292 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -121,12 +121,12 @@ jobs:
121121 - name : Don't mess with line endings
122122 run : |
123123 git config --global core.autocrlf false
124- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
124+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
125125 with :
126126 fetch-depth : 0
127127 submodules : true
128128 - name : Set up Python ${{ matrix.python-version }}
129- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
129+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
130130 with :
131131 python-version : ${{ matrix.python-version }}
132132 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -177,12 +177,12 @@ jobs:
177177 - name : Don't mess with line endings
178178 run : |
179179 git config --global core.autocrlf false
180- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
180+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
181181 with :
182182 fetch-depth : 0
183183 submodules : true
184184 - name : Set up Python ${{ matrix.python-version }}
185- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
185+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
186186 with :
187187 python-version : ${{ matrix.python-version }}
188188 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -234,11 +234,11 @@ jobs:
234234 - name : Don't mess with line endings
235235 run : |
236236 git config --global core.autocrlf false
237- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
237+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
238238 with :
239239 submodules : true
240240 - name : Set up Python
241- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
241+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
242242 with :
243243 python-version : ${{ needs.set-versions.outputs.max }}
244244 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -255,7 +255,7 @@ jobs:
255255 with :
256256 name : coverage
257257 - name : SonarQube Scan
258- uses : SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0
258+ uses : SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1
259259 env :
260260 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
261261 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
@@ -284,11 +284,11 @@ jobs:
284284 - name : Don't mess with line endings
285285 run : |
286286 git config --global core.autocrlf false
287- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
287+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
288288 with :
289289 submodules : true
290290 - name : Set up Python
291- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
291+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
292292 with :
293293 python-version : ${{ needs.set-versions.outputs.max }}
294294 - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
0 commit comments