diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 018da0fa1..b28a62b16 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -19,7 +19,7 @@ jobs: name: Process Release runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + - uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0 id: otelbot-token with: app-id: ${{ vars.OTELBOT_APP_ID }} diff --git a/.github/workflows/release-request-weekly.yml b/.github/workflows/release-request-weekly.yml index fcde981b1..a7b137b27 100644 --- a/.github/workflows/release-request-weekly.yml +++ b/.github/workflows/release-request-weekly.yml @@ -29,7 +29,7 @@ jobs: run: "gem install --no-document toys -v 0.15.5" - name: Create otelbot token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0 id: otelbot-token with: app-id: ${{ vars.OTELBOT_APP_ID }} diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index 343f224f3..b83a809ff 100644 --- a/.github/workflows/release-request.yml +++ b/.github/workflows/release-request.yml @@ -33,7 +33,7 @@ jobs: run: "gem install --no-document toys -v 0.15.5" - name: Create otelbot token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0 id: otelbot-token with: app-id: ${{ vars.OTELBOT_APP_ID }} diff --git a/.github/workflows/release-retry.yml b/.github/workflows/release-retry.yml index 5d51fb2cb..6e6949af4 100644 --- a/.github/workflows/release-retry.yml +++ b/.github/workflows/release-retry.yml @@ -36,7 +36,7 @@ jobs: run: "gem install --no-document toys -v 0.15.5" - name: Create otelbot token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0 id: otelbot-token with: app-id: ${{ vars.OTELBOT_APP_ID }}