From 672ac6068a16be1d1ce0f15eaa5e5e42008eb86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 12:07:16 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2 to 3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/copyright.yml | 2 +- .github/workflows/docker-build.yml | 2 +- .github/workflows/docker-version.yml | 2 +- .github/workflows/increment-build.yml | 4 ++-- .github/workflows/release-hotfix.yml | 2 +- .github/workflows/release-master.yml | 2 +- .github/workflows/tag-new-version.yml | 2 +- .github/workflows/validate-pull.yml | 8 ++++---- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 9563921d..61ca4ed4 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -17,7 +17,7 @@ jobs: run: echo "year=$(date +'%Y')" >> $GITHUB_OUTPUT - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index e0702aaa..f4080435 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/docker-version.yml b/.github/workflows/docker-version.yml index dcea804f..40b955d5 100644 --- a/.github/workflows/docker-version.yml +++ b/.github/workflows/docker-version.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/increment-build.yml b/.github/workflows/increment-build.yml index 79d0619e..ae5bb636 100644 --- a/.github/workflows/increment-build.yml +++ b/.github/workflows/increment-build.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} @@ -120,7 +120,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/release-hotfix.yml b/.github/workflows/release-hotfix.yml index bde073d0..d99946d2 100644 --- a/.github/workflows/release-hotfix.yml +++ b/.github/workflows/release-hotfix.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/release-master.yml b/.github/workflows/release-master.yml index 0348f4cc..95d495f4 100644 --- a/.github/workflows/release-master.yml +++ b/.github/workflows/release-master.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/tag-new-version.yml b/.github/workflows/tag-new-version.yml index 8648c259..6a76796c 100644 --- a/.github/workflows/tag-new-version.yml +++ b/.github/workflows/tag-new-version.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/validate-pull.yml b/.github/workflows/validate-pull.yml index c984225d..88a98f41 100644 --- a/.github/workflows/validate-pull.yml +++ b/.github/workflows/validate-pull.yml @@ -37,7 +37,7 @@ jobs: fi - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} @@ -100,7 +100,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} @@ -193,7 +193,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }} @@ -309,7 +309,7 @@ jobs: steps: - name: Create App Token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }}