File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments