From a18ebcae2e2d45220298dbbb63185a5f97540daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:34:27 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.1 to 2.2.2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/29824e69f54612133e76f7eaac726eef6c875baf...fee1f7d63c2ff003460e3d139729b119787bc349) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/__lockfile__.yml | 2 +- .github/workflows/release-branch.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/__lockfile__.yml b/.github/workflows/__lockfile__.yml index 6ca67a9..03654df 100644 --- a/.github/workflows/__lockfile__.yml +++ b/.github/workflows/__lockfile__.yml @@ -19,7 +19,7 @@ jobs: - name: actions/checkout@v6 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: actions/create-github-app-token@v2 - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 - name: actions/setup-java@v5 uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 - name: actions/upload-artifact@v5 diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 81cf694..1c3569d 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Create app token id: app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 with: app-id: ${{ secrets.PKL_CI_CLIENT_ID }} private-key: ${{ secrets.PKL_CI }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da31701..633c150 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Create app token id: app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 with: app-id: ${{ secrets.PKL_CI_CLIENT_ID }} private-key: ${{ secrets.PKL_CI }}