From c8fb568b597fd09da26113d5676042e9943cd7b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:53:48 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to c4fa18d --- .github/workflows/oss-licenses.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/toc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/oss-licenses.yml b/.github/workflows/oss-licenses.yml index 83b5d5f6..1a2a7bce 100644 --- a/.github/workflows/oss-licenses.yml +++ b/.github/workflows/oss-licenses.yml @@ -65,7 +65,7 @@ jobs: run: | ./scripts/oss-licenses.sh - - uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1 + - uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1 id: generate_token with: app-id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4060cd2e..a9717e95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: id-token: write packages: write steps: - - uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1 + - uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1 id: generate_token with: app-id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 33343021..a69889df 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -41,7 +41,7 @@ jobs: name: TOC Generator runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f04aa94d10cf56334d1c580e077ce2e3569e805d # v1 + - uses: actions/create-github-app-token@c4fa18d55c5d49e6a2793e351ea4938322c61072 # v1 id: generate_token with: app-id: ${{ secrets.AUTOMATION_APP_ID }}