diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81c3ded7e3..b8f8363c2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} @@ -152,7 +152,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} @@ -182,7 +182,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 9f57dab028..9da6f307e1 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -18,7 +18,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5973819c4d..b2459342bf 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 1ba81ca617..0fe575151e 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -16,7 +16,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1d75ca45f..9cb04099a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }} @@ -118,7 +118,7 @@ jobs: # Get GitHub token via the CT SDKs App - name: Generate GitHub token (via CT SDKs App) id: generate_github_token - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }}