From ce93e59ab23f964902f4a0bb2407d884e5b1d3ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 02:44:53 +0000 Subject: [PATCH] Update actions/create-github-app-token digest to df432ce --- .github/workflows/ci.yml | 6 +++--- .github/workflows/create-pr.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release-snapshot.yml | 2 +- .github/workflows/release.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8d4f3a868..6ca6f226431 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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 c56036e5fd2..2632605e22e 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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 24d29f0e835..b128464af74 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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 c06e4406dab..7401e35d7c9 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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 c0254da82e1..aa1297d82c5 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 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@30bf6253fa41bdc8d1501d202ad15287582246b4 # v2 + uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2 with: app-id: ${{ secrets.CT_SDKS_APP_ID }} private-key: ${{ secrets.CT_SDKS_APP_PEM }}