From b877f08e1a7c14ce95455b0ec0b7b58b6eaa58cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:09:22 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v2.2.1 --- .github/workflows/fix-vulnerabilities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-vulnerabilities.yaml b/.github/workflows/fix-vulnerabilities.yaml index 4bdb5ca..b12cf08 100644 --- a/.github/workflows/fix-vulnerabilities.yaml +++ b/.github/workflows/fix-vulnerabilities.yaml @@ -64,7 +64,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.HERALD_APP_ID }} private-key: ${{ secrets.HERALD_APP_KEY }}