From 27c9c848661a0464dc38b491e1c201ebdc3533f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:05:45 +0000 Subject: [PATCH] Update getsentry/action-github-app-token action to v4 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}