diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 8d19d37246..789a01e867 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -55,7 +55,7 @@ jobs: .nx/cache/ key: ${{ env.BUILD_CACHE_NAME }}-${{ hashFiles('packages/backpack-web/**', 'libs/backpack-storybook-utils/**', 'libs/backpack-storybook-host/**') }} - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: nx-shas-token with: app-id: ${{ vars.GH_APP_ID }} @@ -139,7 +139,7 @@ jobs: brotli -d ${{env.BUILD_LOGS}}.tar.br tar -xf ${{env.BUILD_LOGS}}.tar - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/label-check.yml b/.github/workflows/label-check.yml index 1e5d37c44d..f867f49dd4 100644 --- a/.github/workflows/label-check.yml +++ b/.github/workflows/label-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89ec3b169d..70e58b6729 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -171,7 +171,7 @@ jobs: contents: write pull-requests: read steps: - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d37dbea729..1f2320e3a2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -141,7 +141,7 @@ jobs: external_repository: backpack/storybook-prs publish_branch: main - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/sync-figma-variables.yml b/.github/workflows/sync-figma-variables.yml index f93b6785a0..fda8ecdfc5 100644 --- a/.github/workflows/sync-figma-variables.yml +++ b/.github/workflows/sync-figma-variables.yml @@ -67,7 +67,7 @@ jobs: if: steps.token_changes.outputs.changed == 'true' run: npm run tokens:build-css - - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token if: steps.token_changes.outputs.changed == 'true' with: