From bf8e0e12d32492eb3802ef0ce6f73c5f6c29749e Mon Sep 17 00:00:00 2001 From: "renovate-for-tknetworks[bot]" <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 09:09:20 +0000 Subject: [PATCH] fix(deps): pin actions/create-github-app-token action to 31c86eb --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a5335b9..faba57b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GITHUB_TOKEN for release - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 id: app-token with: app-id: ${{ secrets.release_gh_app_id }}