diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 32f3a47..cb9ec12 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -142,7 +142,7 @@ jobs: id: get-token # Action is pined to SHA to use thrid party action as recommended by GitHub: # https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions - uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0 + uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0 with: app_id: ${{ secrets.TF_AUTOMATION_APP_ID }} private_key: ${{ secrets.TF_AUTOMATION_APP_PRIVATE_KEY }}