@@ -25,13 +25,13 @@ jobs:
2525 pull-requests : write
2626 runs-on : blacksmith-16vcpu-ubuntu-2404
2727 steps :
28- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
28+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
2929 id : app-token
3030 continue-on-error : true
3131 with :
3232 app-id : " 2729701"
3333 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
34- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
34+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
3535 id : app-token-fallback
3636 if : steps.app-token.outcome == 'failure'
3737 with :
@@ -381,13 +381,13 @@ jobs:
381381 pull-requests : write
382382 runs-on : blacksmith-16vcpu-ubuntu-2404
383383 steps :
384- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
384+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
385385 id : app-token
386386 continue-on-error : true
387387 with :
388388 app-id : " 2729701"
389389 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
390- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
390+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
391391 id : app-token-fallback
392392 if : steps.app-token.outcome == 'failure'
393393 with :
@@ -629,13 +629,13 @@ jobs:
629629 issues : write
630630 runs-on : blacksmith-16vcpu-ubuntu-2404
631631 steps :
632- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
632+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
633633 id : app-token
634634 continue-on-error : true
635635 with :
636636 app-id : " 2729701"
637637 private-key : ${{ secrets.GH_APP_PRIVATE_KEY }}
638- - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
638+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
639639 id : app-token-fallback
640640 if : steps.app-token.outcome == 'failure'
641641 with :
0 commit comments