From d1a08b596f56de0f8f86972fe478723f47ae1153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 14:16:56 +0000 Subject: [PATCH] build(deps): bump actions/create-github-app-token in /.github/workflows 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-prod.yml | 2 +- .github/workflows/deploy-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 24b005b..28aea47 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -31,7 +31,7 @@ jobs: - name: Genereer app token (Release proces app) id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 with: app-id: ${{ secrets.RELEASE_PROCES_APP_ID }} private-key: ${{ secrets.RELEASE_PROCES_APP_PRIVATE_KEY }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 6fdc437..6e7f1f1 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -88,7 +88,7 @@ jobs: - name: Genereer app token (Release proces app) id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 with: app-id: ${{ secrets.RELEASE_PROCES_APP_ID }} private-key: ${{ secrets.RELEASE_PROCES_APP_PRIVATE_KEY }}