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