Skip to content

Commit f9a4cf6

Browse files
committed
Merge remote-tracking branch 'origin/main' into otelbot/spec-integration-v1.55.0-dev
2 parents 922bc8a + bcca85a commit f9a4cf6

File tree

311 files changed

+1084
-511
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+1084
-511
lines changed

.cspell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ words:
9191
- desaturate
9292
- Docsy
9393
- errorf
94+
- excerpter
9495
- favicons
9596
- Goldmark
9697
- htmltest

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
)
2828
2929
steps:
30-
- uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
30+
- uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3131
with:
3232
egress-policy: audit
3333

@@ -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 }}

0 commit comments

Comments
 (0)