diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 9b6ea597..fe4ad188 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -145,7 +145,7 @@ jobs: name: update-site - name: Prepare Release Notes run: .ci/files/prepare_release_notes.sh - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 #v2.2.0 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf #v2.2.1 id: pmd-actions-helper-app-token with: app-id: ${{ secrets.PMD_ACTIONS_HELPER_ID }} @@ -229,7 +229,7 @@ jobs: - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0 with: name: update-site - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 #v2.2.0 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf #v2.2.1 id: pmd-actions-helper-app-token with: app-id: ${{ secrets.PMD_ACTIONS_HELPER_ID }} diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 6aa1cc66..0e2f7512 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -177,7 +177,7 @@ jobs: - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0 with: name: update-site - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 #v2.2.0 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf #v2.2.1 id: pmd-actions-helper-app-token with: app-id: ${{ secrets.PMD_ACTIONS_HELPER_ID }}