diff --git a/.github/workflows/generate_changelog.yml b/.github/workflows/generate_changelog.yml index e83702a7bde7..ef6c5e6b7d12 100644 --- a/.github/workflows/generate_changelog.yml +++ b/.github/workflows/generate_changelog.yml @@ -8,7 +8,7 @@ jobs: if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 + - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 id: app-token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/regressions.yml b/.github/workflows/regressions.yml index 69d0c06be2e5..bf7f402f96a6 100644 --- a/.github/workflows/regressions.yml +++ b/.github/workflows/regressions.yml @@ -49,7 +49,7 @@ jobs: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 + uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0daa04fe3f7a..2cab5e22bc3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: if: github.ref_name == needs.highest-version-tag.outputs.tag runs-on: macos-latest steps: - - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 + - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 id: app-token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/team_slack_bot.yml b/.github/workflows/team_slack_bot.yml index c7e8f11c93b4..59f06e0b604b 100644 --- a/.github/workflows/team_slack_bot.yml +++ b/.github/workflows/team_slack_bot.yml @@ -10,7 +10,7 @@ jobs: name: open-pr-stats if: github.repository_owner == 'hashicorp' steps: - - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 + - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 id: app-token with: app-id: ${{ secrets.APP_ID }}