From 99ca2a5e260b59922e74e417104442bdba25d13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:05:37 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 3.0.0 to 3.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/f8d387b68d61c58ab83c6c016672934102569859...1b10c78c7865c340bc4f6099eb2f838309f1e8c3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-dev.yml | 2 +- .github/workflows/shared-deploy-dev.yml | 2 +- .github/workflows/shared-update-archetype.yml | 2 +- .github/workflows/update-archetype.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index ef64239..fc29aa8 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -54,7 +54,7 @@ jobs: # Generate a token for the Uniport GitHub App - name: Generate GitHub App Token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: app-id: ${{ vars.UNIPORT_APP_ID }} diff --git a/.github/workflows/shared-deploy-dev.yml b/.github/workflows/shared-deploy-dev.yml index 1b41941..ac5e6e5 100644 --- a/.github/workflows/shared-deploy-dev.yml +++ b/.github/workflows/shared-deploy-dev.yml @@ -61,7 +61,7 @@ jobs: version: ${{ inputs.version }} - name: Authenticate as Uniport GitHub App - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: app-id: ${{ vars.UNIPORT_APP_ID }} diff --git a/.github/workflows/shared-update-archetype.yml b/.github/workflows/shared-update-archetype.yml index cdd219a..52dd936 100644 --- a/.github/workflows/shared-update-archetype.yml +++ b/.github/workflows/shared-update-archetype.yml @@ -57,7 +57,7 @@ jobs: version: ${{ inputs.version }} - name: Authenticate as Uniport GitHub App - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: app-id: ${{ vars.UNIPORT_APP_ID }} diff --git a/.github/workflows/update-archetype.yml b/.github/workflows/update-archetype.yml index d754d6c..df91386 100644 --- a/.github/workflows/update-archetype.yml +++ b/.github/workflows/update-archetype.yml @@ -50,7 +50,7 @@ jobs: # Generate a token for the Uniport GitHub App - name: Generate GitHub App Token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 id: app-token with: app-id: ${{ vars.UNIPORT_APP_ID }}