diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 3ab6563b53..51024ab474 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -25,7 +25,7 @@ jobs: - name: Generate token for Danger id: generate_token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index e23613abe0..b1be63b26d 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Prepare dispatch token id: dispatch_token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index a9a0803fc3..f6061670c4 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -38,7 +38,7 @@ jobs: - name: Prepare dispatch token id: dispatch_token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} diff --git a/.github/workflows/trigger-downstream-updates.yml b/.github/workflows/trigger-downstream-updates.yml index 6760539556..63b4c78a05 100644 --- a/.github/workflows/trigger-downstream-updates.yml +++ b/.github/workflows/trigger-downstream-updates.yml @@ -28,7 +28,7 @@ jobs: - name: Generate token for cross-repo access id: generate_token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 3b83fe0874..08f94f3713 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -140,7 +140,7 @@ jobs: - name: Generate token for cross-repo access id: generate_token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: client-id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private-key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }}