File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191191 - name : Generate token for private git deps
192192 if : steps.check-git-auth.outputs.available == 'true'
193193 id : git-auth
194- uses : actions/create-github-app-token@v3.1.1
194+ uses : actions/create-github-app-token@v3.2.0
195195 with :
196196 client-id : ${{ secrets.client_id }}
197197 private-key : ${{ secrets.app_private_key }}
Original file line number Diff line number Diff line change 6767 - name : Generate token for private git deps
6868 if : steps.check-git-auth.outputs.available == 'true'
6969 id : git-auth
70- uses : actions/create-github-app-token@v3.1.1
70+ uses : actions/create-github-app-token@v3.2.0
7171 with :
7272 client-id : ${{ secrets.client_id }}
7373 private-key : ${{ secrets.app_private_key }}
Original file line number Diff line number Diff line change 2929
3030 - name : Mint App token (org admin scope)
3131 id : app-token
32- uses : actions/create-github-app-token@v3.1.1
32+ uses : actions/create-github-app-token@v3.2.0
3333 with :
3434 client-id : ${{ vars.INTEGRATION_CLIENT_ID }}
3535 private-key : ${{ secrets.INTEGRATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 8787 if : inputs.client-id != '' && env.APP_KEY_SET == 'true'
8888 env :
8989 APP_KEY_SET : ${{ secrets.INTEGRATION_APP_PRIVATE_KEY != '' }}
90- uses : actions/create-github-app-token@v3.1.1
90+ uses : actions/create-github-app-token@v3.2.0
9191 with :
9292 client-id : ${{ inputs.client-id }}
9393 private-key : ${{ secrets.INTEGRATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Mint app token
120120 id : app-token
121- uses : actions/create-github-app-token@v3.1.1
121+ uses : actions/create-github-app-token@v3.2.0
122122 with :
123123 client-id : ${{ inputs.client-id || vars.INTEGRATION_CLIENT_ID }}
124124 private-key : ${{ secrets.app_private_key }}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 # permission key for /repos/*/dependabot/alerts and produces
110110 # a perpetual "Cannot access vulnerability alerts" WARN.
111111 if : ${{ inputs.client-id != '' || vars.INTEGRATION_CLIENT_ID != '' }}
112- uses : actions/create-github-app-token@v3.1.1
112+ uses : actions/create-github-app-token@v3.2.0
113113 with :
114114 client-id : ${{ inputs.client-id || vars.INTEGRATION_CLIENT_ID }}
115115 private-key : ${{ secrets.INTEGRATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 4646 runs-on : ${{ inputs.runner || fromJSON(vars.RUNNER_PROFILES)[vars.RUNNER_PROFILE].default }}
4747 steps :
4848 - name : Generate cross-repo token
49- uses : actions/create-github-app-token@v3.1.1
49+ uses : actions/create-github-app-token@v3.2.0
5050 id : app-token
5151 with :
5252 client-id : ${{ secrets.client_id }}
Original file line number Diff line number Diff line change 5151 - uses : actions/checkout@v6
5252
5353 - name : Generate token
54- uses : actions/create-github-app-token@v3.1.1
54+ uses : actions/create-github-app-token@v3.2.0
5555 id : app-token
5656 with :
5757 client-id : ${{ secrets.client_id }}
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ${{ inputs.runner || fromJSON(vars.RUNNER_PROFILES)[vars.RUNNER_PROFILE].default }}
112112 steps :
113113 - name : Generate token
114- uses : actions/create-github-app-token@v3.1.1
114+ uses : actions/create-github-app-token@v3.2.0
115115 id : app-token
116116 with :
117117 client-id : ${{ secrets.client_id }}
@@ -195,7 +195,7 @@ jobs:
195195 fi
196196
197197 - name : Generate callback token
198- uses : actions/create-github-app-token@v3.1.1
198+ uses : actions/create-github-app-token@v3.2.0
199199 id : callback-token
200200 with :
201201 client-id : ${{ secrets.client_id }}
Original file line number Diff line number Diff line change 2929
3030 - name : Mint App token (org admin scope)
3131 id : app-token
32- uses : actions/create-github-app-token@v3.1.1
32+ uses : actions/create-github-app-token@v3.2.0
3333 with :
3434 client-id : ${{ vars.INTEGRATION_CLIENT_ID }}
3535 private-key : ${{ secrets.INTEGRATION_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3333 steps :
3434 - name : Mint app token
3535 id : app-token
36- uses : actions/create-github-app-token@v3.1.1
36+ uses : actions/create-github-app-token@v3.2.0
3737 with :
3838 client-id : ${{ vars.INTEGRATION_CLIENT_ID }}
3939 private-key : ${{ secrets.INTEGRATION_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments