From b074c27eb6ce6cec006b1ca3ae78de384193db62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:12:07 +0000 Subject: [PATCH] chore: bump actions/create-github-app-token from 2.1.2 to 2.1.4 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yaml | 2 +- .github/workflows/release-request-weekly.yml | 2 +- .github/workflows/release-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 3ef1129e84..d8f96c580e 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@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2 + - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 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 df419ebcde..243a2500f6 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 app token - uses: actions/create-github-app-token@v2.1.2 + uses: actions/create-github-app-token@v2.1.4 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }} diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index ad1f003b4e..b9529148b5 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 app token - uses: actions/create-github-app-token@v2.1.2 + uses: actions/create-github-app-token@v2.1.4 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }}