diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae3ecf9..93a0b81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: show-progress: false - name: "Cache Static Analysis Cache Files" - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 if: ${{ matrix.dependencies == 'locked' }} with: path: ./var/tmp diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ac16141..6d72c96 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-24.04 name: Release Automation steps: - - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 id: generate-token with: app-id: ${{ secrets.LENDABOT_APP_ID }} private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }} - - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 + - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4 id: release with: token: ${{ steps.generate-token.outputs.token }}