Skip to content

Commit e06eaeb

Browse files
chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#9637)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7260118 commit e06eaeb

15 files changed

+16
-16
lines changed

.github/workflows/ai-content-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pull-requests: write
4747
issues: write
4848
steps:
49-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
49+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5050
id: otelbot-token
5151
with:
5252
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/auto-update-community-members.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: ./scripts/generate-community-data
2929
run: npm install
3030

31-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
31+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3232
id: otelbot-token
3333
with:
3434
# the higher privileged docs token is needed to push commits to an existing PR

.github/workflows/auto-update-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.name otelbot
2727
git config user.email 197425009+otelbot@users.noreply.github.com
2828
29-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
29+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3030
id: otelbot-token
3131
with:
3232
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/auto-update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.name otelbot
2727
git config user.email 197425009+otelbot@users.noreply.github.com
2828
29-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
29+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3030
id: otelbot-token
3131
with:
3232
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/blog-publish-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
ref: ${{ github.sha }}
3434

35-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
35+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3636
id: otelbot-token
3737
with:
3838
app-id: ${{ vars.OTELBOT_DOCS_APP_ID }}

.github/workflows/collector-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git config user.email 197425009+otelbot@users.noreply.github.com
4545
4646
- name: Create otelbot GitHub App token
47-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
47+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
4848
id: otelbot-token
4949
with:
5050
app-id: ${{ vars.OTELBOT_DOCS_APP_ID }}

.github/workflows/component-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
if: github.repository_owner == 'open-telemetry'
1717
steps:
18-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
18+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1919
id: otelbot-token
2020
with:
2121
app-id: ${{ vars.OTELBOT_DOCS_APP_ID }}

.github/workflows/first-timer-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "match=false" >> "$GITHUB_OUTPUT"
5656
fi
5757
58-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
58+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5959
id: otelbot-token
6060
if: steps.check-trigger.outputs.match == 'true'
6161
with:

.github/workflows/label-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo "number=$PR_NUMBER" >> "$GITHUB_OUTPUT"
8585
fi
8686
87-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
87+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
8888
id: otelbot-token
8989
with:
9090
app-id: ${{ vars.OTELBOT_DOCS_APP_ID }}

.github/workflows/move-to-emeritus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version-file: .nvmrc
2626

27-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
27+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2828
id: otelbot-token
2929
with:
3030
app-id: ${{ vars.OTELBOT_DOCS_APP_ID }}

0 commit comments

Comments
 (0)