diff --git a/.github/workflows/release-request-weekly.yml b/.github/workflows/release-request-weekly.yml index 52044024c..b4f7f8315 100644 --- a/.github/workflows/release-request-weekly.yml +++ b/.github/workflows/release-request-weekly.yml @@ -25,7 +25,7 @@ jobs: ruby-version: "4.0" bundler-cache: true - name: Create otelbot app token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_APP_ID }} diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index ef35c3f01..278159ba2 100644 --- a/.github/workflows/release-request.yml +++ b/.github/workflows/release-request.yml @@ -29,7 +29,7 @@ jobs: ruby-version: "4.0" bundler-cache: true - name: Create otelbot app token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_APP_ID }}