diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index 7b14f4b..82a8b3a 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -20,6 +20,6 @@ jobs: steps: - name: Draft release notes - uses: release-drafter/release-drafter@44a942e465867c7465b76aa808ddca6e0acae5da # v7 + uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index ce17f19..f92337e 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -90,7 +90,7 @@ jobs: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage report to Codecov - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 if: matrix.php-versions == '8.3' && matrix.deps == 'normal' && env.CODECOV_TOKEN != '' with: files: .logs/phpunit/cobertura.xml,.logs/behat/cobertura.xml