4646 PR_BRANCH : ${{ github.head_ref }}
4747
4848 - name : setup python
49- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
49+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
5050 with :
5151 python-version-file : " pyproject.toml"
5252
8282
8383 - name : setup java
8484 if : success() || failure()
85- uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
85+ uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
8686 with :
8787 distribution : " corretto"
8888 java-version : " 11"
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : setup java
105105 if : success() || failure()
106- uses : actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3 .0
106+ uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
107107 with :
108108 distribution : " corretto"
109109 java-version : " 17"
@@ -140,7 +140,7 @@ jobs:
140140
141141 - name : publish junit reports
142142 if : success() || failure()
143- uses : mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
143+ uses : mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2
144144 with :
145145 check_name : junit reports
146146 report_paths : reports/junit/*.xml
@@ -182,7 +182,7 @@ jobs:
182182 PR_BRANCH : ${{ github.head_ref }}
183183
184184 - name : setup python
185- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
185+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
186186 with :
187187 python-version-file : " pyproject.toml"
188188
@@ -273,7 +273,7 @@ jobs:
273273 PR_BRANCH : ${{ github.head_ref }}
274274
275275 - name : setup python
276- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
276+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
277277 with :
278278 python-version-file : " pyproject.toml"
279279
0 commit comments