Update actions/create-github-app-token action to v2.1.1 (#2611)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-12 12:59:52 +02:00 committed by GitHub
parent 15f0d88adb
commit 87b21de230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ jobs:
.github/scripts/update-spec-repo-links.sh $VERSION .github/scripts/update-spec-repo-links.sh $VERSION
sed -i "s/^PREVIOUS_SPECIFICATION_VERSION=.*/PREVIOUS_SPECIFICATION_VERSION=$VERSION/" .github/scripts/update-spec-repo-links.sh sed -i "s/^PREVIOUS_SPECIFICATION_VERSION=.*/PREVIOUS_SPECIFICATION_VERSION=$VERSION/" .github/scripts/update-spec-repo-links.sh
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}

View File

@ -43,7 +43,7 @@ jobs:
run: | run: |
make chlog-update VERSION=v${{ inputs.version }} make chlog-update VERSION=v${{ inputs.version }}
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
id: otelbot-token id: otelbot-token
with: with:
app-id: ${{ vars.OTELBOT_APP_ID }} app-id: ${{ vars.OTELBOT_APP_ID }}