From d9ad3922abc07281ef85b650c57f925d6480f2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 23:04:13 +0000 Subject: [PATCH] chore: bump actions/create-github-app-token from 2.1.1 to 2.1.2 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.2 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 1f6d70fd9d..3ef1129e84 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@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + - uses: actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2 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 f25f05034f..df419ebcde 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.1 + uses: actions/create-github-app-token@v2.1.2 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 8865cfc0a3..ad1f003b4e 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.1 + uses: actions/create-github-app-token@v2.1.2 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }}