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 }}