From 46da9cb33a6cfa9d8316d1c8b6a7fe697a4a54fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:55:09 -0700 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.1 to 2.2.2 (#1469) --- .github/workflows/__lockfile__.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release-branch.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/__lockfile__.yml b/.github/workflows/__lockfile__.yml index b8df6896..4f137bec 100644 --- a/.github/workflows/__lockfile__.yml +++ b/.github/workflows/__lockfile__.yml @@ -21,7 +21,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/download-artifact@v6 uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 - name: actions/setup-java@v5 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa745dd1..ad96c1e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -896,7 +896,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-branch.yml b/.github/workflows/release-branch.yml index b5f2f220..cdfebd47 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -847,7 +847,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 f3a3afa4..f9be410d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -923,7 +923,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 }}