diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index dd901b5..0798f32 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -16,7 +16,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' @@ -57,7 +57,7 @@ jobs: thresholdAll: 0.70 - name: setup java - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 with: distribution: "corretto" java-version: "17" @@ -80,7 +80,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 diff --git a/.github/workflows/merge-release.yml b/.github/workflows/merge-release.yml index 093a2c4..a31717d 100644 --- a/.github/workflows/merge-release.yml +++ b/.github/workflows/merge-release.yml @@ -21,7 +21,7 @@ jobs: find . -type f | xargs chmod g+w - 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' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6bfcd4c..7dde898 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -41,7 +41,7 @@ jobs: git merge --ff-only "${{ github.event.pull_request.head.sha }}" - name: setup python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: ${{ matrix.python-version }} @@ -96,7 +96,7 @@ jobs: git merge --ff-only "${{ github.event.pull_request.head.sha }}" - 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' @@ -140,7 +140,7 @@ jobs: thresholdAll: 0.70 - name: setup java - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 with: distribution: "corretto" java-version: "17" @@ -176,7 +176,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 @@ -211,7 +211,7 @@ jobs: git merge --ff-only "${{ github.event.pull_request.head.sha }}" - 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' @@ -296,7 +296,7 @@ jobs: git merge --ff-only "${{ github.event.pull_request.head.sha }}" - 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'