Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/merge-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version-file: "pyproject.toml"

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: setup java
if: success() || failure()
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
distribution: "corretto"
java-version: "11"
Expand All @@ -73,7 +73,7 @@ jobs:

- name: setup java
if: github.actor != 'dependabot[bot]' && (success() || failure())
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
distribution: "corretto"
java-version: "17"
Expand All @@ -98,7 +98,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
find . -type f | xargs chmod g+w

- name: setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
with:
python-version-file: "pyproject.toml"

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PR_BRANCH: ${{ github.head_ref }}

- name: setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
with:
python-version-file: "pyproject.toml"

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- name: setup java
if: success() || failure()
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
distribution: "corretto"
java-version: "11"
Expand All @@ -103,7 +103,7 @@ jobs:

- name: setup java
if: success() || failure()
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
distribution: "corretto"
java-version: "17"
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1
uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
PR_BRANCH: ${{ github.head_ref }}

- name: setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
with:
python-version-file: "pyproject.toml"

Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
PR_BRANCH: ${{ github.head_ref }}

- name: setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.06
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.2.06
with:
python-version-file: "pyproject.toml"

Expand Down
Loading