diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0bab4ba3d76..45505545bac 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -434,7 +434,7 @@ jobs: (github.event_name == 'merge_group') || (github.event_name == 'pull_request' && !contains(fromJSON(needs.testmask.outputs.targets), 'test') && !contains(fromJSON(needs.testmask.outputs.targets), 'test-exp-ssh')) id: generate-check-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.DECO_TEST_APPROVAL_APP_ID }} private-key: ${{ secrets.DECO_TEST_APPROVAL_PRIVATE_KEY }} @@ -506,7 +506,7 @@ jobs: steps: - name: Generate GitHub App Token id: generate-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.DECO_WORKFLOW_TRIGGER_APP_ID }} private-key: ${{ secrets.DECO_WORKFLOW_TRIGGER_PRIVATE_KEY }} diff --git a/.github/workflows/start-integration-tests.yml b/.github/workflows/start-integration-tests.yml index 22a39916113..47fd1df7415 100644 --- a/.github/workflows/start-integration-tests.yml +++ b/.github/workflows/start-integration-tests.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate GitHub App Token for Workflow Trigger id: generate-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.DECO_WORKFLOW_TRIGGER_APP_ID }} private-key: ${{ secrets.DECO_WORKFLOW_TRIGGER_PRIVATE_KEY }} @@ -27,7 +27,7 @@ jobs: - name: Generate GitHub App Token for Check Updates id: generate-check-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.DECO_TEST_APPROVAL_APP_ID }} private-key: ${{ secrets.DECO_TEST_APPROVAL_PRIVATE_KEY }}