From 827d63b9da5a038560b913e84d79ee43b8da0ca3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 18:53:26 +0000 Subject: [PATCH] chore(deps): pin actions/create-github-app-token action to 49ce228 --- .github/workflows/docs.yml | 2 +- .github/workflows/oss-licenses.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/toc.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b5450cd..8155470 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -67,7 +67,7 @@ jobs: task setup:docs task docs:requirements - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@49ce228ea7cddec9f88dd09c5b7740dbac82d7ba # v1 id: generate_token with: app_id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/oss-licenses.yml b/.github/workflows/oss-licenses.yml index 5795e43..223b21a 100644 --- a/.github/workflows/oss-licenses.yml +++ b/.github/workflows/oss-licenses.yml @@ -64,7 +64,7 @@ jobs: run: | ./scripts/oss-licenses.sh - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@49ce228ea7cddec9f88dd09c5b7740dbac82d7ba # v1 id: generate_token with: app_id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 863d7b5..0c025d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: contents: write packages: write steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@49ce228ea7cddec9f88dd09c5b7740dbac82d7ba # v1 id: generate_token with: app_id: ${{ secrets.AUTOMATION_APP_ID }} diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 59437aa..da0b7f1 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -41,7 +41,7 @@ jobs: permissions: contents: write steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@49ce228ea7cddec9f88dd09c5b7740dbac82d7ba # v1 id: generate_token with: app_id: ${{ secrets.AUTOMATION_APP_ID }}