diff --git a/.github/workflows/label-notifications.yml b/.github/workflows/label-notifications.yml index d5f67c7fa..93314b7c3 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/projects.yml b/.github/workflows/projects.yml index c64ca65c6..5d487b7d8 100644 --- a/.github/workflows/projects.yml +++ b/.github/workflows/projects.yml @@ -22,7 +22,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/regressions.yml b/.github/workflows/regressions.yml index e1623957a..096a9128c 100644 --- a/.github/workflows/regressions.yml +++ b/.github/workflows/regressions.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/release.yml b/.github/workflows/release.yml index 5221d8c44..c9a9319cc 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 }}