Skip to content

Commit f9e41d8

Browse files
chore(deps): update github actions
1 parent 7389352 commit f9e41d8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
needs:
5353
- check-versions
5454
steps:
55-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
55+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5656
id: otelbot-token
5757
with:
5858
app-id: ${{ vars.OTELBOT_SEMANTIC_CONVENTIONS_JAVA_APP_ID }}

.github/workflows/prepare-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Use CLA approved bot
6363
run: .github/scripts/use-cla-approved-bot.sh
6464

65-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
65+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
6666
id: otelbot-token
6767
with:
6868
app-id: ${{ vars.OTELBOT_APP_ID }}
@@ -110,7 +110,7 @@ jobs:
110110
- name: Use CLA approved bot
111111
run: .github/scripts/use-cla-approved-bot.sh
112112

113-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
113+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
114114
id: otelbot-token
115115
with:
116116
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- name: Use CLA approved bot
194194
run: .github/scripts/use-cla-approved-bot.sh
195195

196-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
196+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
197197
id: otelbot-token
198198
with:
199199
app-id: ${{ vars.OTELBOT_APP_ID }}

.github/workflows/reusable-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # needed for merge-base used in modified-files mode
1616

17-
- uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
17+
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
1818

1919
- name: Link check for pull requests
2020
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)