diff --git a/.github/workflows/kernel-e2e.yml b/.github/workflows/kernel-e2e.yml index 715a8ccd..a403bd14 100644 --- a/.github/workflows/kernel-e2e.yml +++ b/.github/workflows/kernel-e2e.yml @@ -224,7 +224,7 @@ jobs: - name: Generate GitHub App token (kernel repo read access) id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.INTEGRATION_TEST_APP_ID }} private-key: ${{ secrets.INTEGRATION_TEST_PRIVATE_KEY }} diff --git a/.github/workflows/trigger-integration-tests.yml b/.github/workflows/trigger-integration-tests.yml index 16fd1631..01920c11 100644 --- a/.github/workflows/trigger-integration-tests.yml +++ b/.github/workflows/trigger-integration-tests.yml @@ -144,7 +144,7 @@ jobs: - name: Generate GitHub App Token (driver-test repo) id: app-token if: steps.changed.outputs.nodejs == 'true' - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.INTEGRATION_TEST_APP_ID }} private-key: ${{ secrets.INTEGRATION_TEST_PRIVATE_KEY }} @@ -249,7 +249,7 @@ jobs: - name: Generate GitHub App Token (driver-test repo) if: steps.changed.outputs.changed == 'true' id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.INTEGRATION_TEST_APP_ID }} private-key: ${{ secrets.INTEGRATION_TEST_PRIVATE_KEY }}