From 53ef99e1029099bf74c6d5be83ba6f50e73b8b0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 14:35:56 +0000 Subject: [PATCH] chore(deps): pin actions/create-github-app-token action to df432ce --- .github/workflows/publish.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f608e51..e7a0a1e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Create GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 id: app-token with: # required diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index adbb7dd..d44a0ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Create GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 id: app-token with: # required