From caf132b1b6fa2ff35a9939ee3a44c57fdd1fe618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:24:27 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.0 --- .github/workflows/Create-Release-PR.yml | 2 +- .github/workflows/update-core-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Create-Release-PR.yml b/.github/workflows/Create-Release-PR.yml index d7290880..55899a0f 100644 --- a/.github/workflows/Create-Release-PR.yml +++ b/.github/workflows/Create-Release-PR.yml @@ -26,7 +26,7 @@ jobs: sed -i -e 's/spec.version = ".*"/spec.version = "${{ inputs.new_version }}"/' OpenTelemetry-Swift-SdkResourceExtension.podspec sed -i -e 's/spec.version = ".*"/spec.version = "${{ inputs.new_version }}"/' OpenTelemetry-Swift-PersistenceExporter.podspec - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: otelbot-token with: app-id: ${{ vars.OTELBOT_APP_ID }} diff --git a/.github/workflows/update-core-dependencies.yml b/.github/workflows/update-core-dependencies.yml index 5c736327..c26e026b 100644 --- a/.github/workflows/update-core-dependencies.yml +++ b/.github/workflows/update-core-dependencies.yml @@ -45,7 +45,7 @@ jobs: echo "has_changes=false" >> $GITHUB_OUTPUT fi - - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: otelbot-token with: app-id: ${{ vars.OTELBOT_APP_ID }}