Skip to content

Commit 6351d7f

Browse files
authored
chore: upgrade action-github-app-token (#111133)
comes with a security fix and also upgrades to node24: getsentry/action-github-app-token#105
1 parent 7812d31 commit 6351d7f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
runs-on: ubuntu-24.04
488488
timeout-minutes: 3
489489
steps:
490-
- uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
490+
- uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
491491
id: token
492492
continue-on-error: true
493493
with:
@@ -527,7 +527,7 @@ jobs:
527527
runs-on: ubuntu-24.04
528528
timeout-minutes: 10
529529
steps:
530-
- uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
530+
- uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
531531
id: token
532532
with:
533533
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}
@@ -662,7 +662,7 @@ jobs:
662662
- run: PYTHONWARNINGS=error::RuntimeWarning mypy
663663
id: run
664664

665-
- uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
665+
- uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
666666
id: token
667667
continue-on-error: true
668668
with:

.github/workflows/getsentry-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
filters: .github/file-filters.yml
5050

5151
- name: getsentry token
52-
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
52+
uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
5353
id: getsentry
5454
with:
5555
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Getsentry Token
1717
id: getsentry
18-
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
18+
uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
1919
with:
2020
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}
2121
private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }}

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- # get a non-default github token so that any changes are verified by CI
3535
if: env.SECRET_ACCESS == 'true'
36-
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
36+
uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
3737
id: token
3838
with:
3939
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}

.github/workflows/sentry-pull-request-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Fetch getsentry token
4040
if: steps.org.outputs.result == 'true'
4141
id: getsentry
42-
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
42+
uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0
4343
with:
4444
app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }}
4545
private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)