diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa32568bd8..4246eb41da 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 }} @@ -151,7 +151,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 }} @@ -181,7 +181,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 ff532e432f..bbf0bd6d1c 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 91dc76873b..b4cd893c19 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 55209967cd..7702e3a2b0 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 d2cc4d52de..2acdf76e71 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 }}