From d5389a87656837f894016510907cd8824b8da379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:40:39 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 5d869da --- .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 e1a974a..237c737 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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: generate_token with: app-id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0681af..a32c132 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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: generate_token with: app-id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index f53abdc..6c88612 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@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 + - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: generate_token with: app-id: ${{ secrets.AUTOMATION_APP_ID }}