From f7ca3e03c52a1d8290ae381bf36592f195077066 Mon Sep 17 00:00:00 2001 From: "layla-bot[bot]" <138733633+layla-bot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 05:38:05 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 3378cda --- .github/workflows/release.yaml | 2 +- .github/workflows/terraform.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 91dc57a79..ab38f6f70 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate Token - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index 9184c5bbe..c7370f940 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -17,7 +17,7 @@ jobs: packages: write steps: - name: Generate Token - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"