diff --git a/.github/workflows/generate_changelog.yml b/.github/workflows/generate_changelog.yml index 8e656706ddd7..cf6143e18b22 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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + - uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 id: app-token with: app-id: ${{ secrets.APP_ID }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 22d38fe31cf2..f0f780007df8 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/label-notifications.yml b/.github/workflows/label-notifications.yml index 4e603eb42b18..aff14b85b2ea 100644 --- a/.github/workflows/label-notifications.yml +++ b/.github/workflows/label-notifications.yml @@ -50,7 +50,7 @@ jobs: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index f99d711add57..fb7a83623834 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -122,7 +122,7 @@ jobs: steps: - name: Generate GitHub App Token id: token - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5221d8c44957..c9a9319cc302 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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + - uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 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 1eb7e3d6539b..612b5abaa6d7 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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 + - uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 id: app-token with: app-id: ${{ secrets.APP_ID }}