diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 36e43fb..438fe56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: run: "composer config platform.php ${{ matrix.php-version }}" - name: "Install dependencies" - uses: "ramsey/composer-install@v3" + uses: "ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda" # 4.0.0 with: dependency-versions: "${{ matrix.dependencies }}" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 521a84e..173cd46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,13 +18,13 @@ jobs: runs-on: [ubuntu-slim] name: Release Automation steps: - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 + - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }} private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }} - - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4 + - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5 id: release with: token: ${{ steps.generate-token.outputs.token }}