chore(deps): update actions/create-github-app-token action to v2 (#13659)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
92b4505add
commit
89f62857f6
|
@ -84,7 +84,7 @@ jobs:
|
|||
- name: Use CLA approved bot
|
||||
run: .github/scripts/use-cla-approved-bot.sh
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Use CLA approved bot
|
||||
run: .github/scripts/use-cla-approved-bot.sh
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Use CLA approved bot
|
||||
run: .github/scripts/use-cla-approved-bot.sh
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
|
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: Use CLA approved bot
|
||||
run: .github/scripts/use-cla-approved-bot.sh
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
- name: Use CLA approved bot
|
||||
run: .github/scripts/use-cla-approved-bot.sh
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: display changes
|
||||
run: git diff
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
|
|
@ -243,7 +243,7 @@ jobs:
|
|||
- name: Use CLA approved bot
|
||||
run: .github/scripts/use-cla-approved-bot.sh
|
||||
|
||||
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
||||
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
|
||||
id: otelbot-token
|
||||
with:
|
||||
app-id: ${{ vars.OTELBOT_APP_ID }}
|
||||
|
|
Loading…
Reference in New Issue