File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
34+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3535 id : app-token
3636 with :
3737 app-id : ${{ vars.GH_APP_ID }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 env :
125125 ARTIFACT : reearth-web_${{ inputs.name }}.tar.gz
126126 steps :
127- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
127+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
128128 id : app-token
129129 with :
130130 app-id : ${{ vars.GH_APP_ID }}
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 if : github.ref == 'refs/heads/release'
2424 steps :
25- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
25+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2626 id : app-token
2727 with :
2828 app-id : ${{ vars.GH_APP_ID }}
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 if : github.ref == 'refs/heads/main'
88 steps :
9- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
9+ - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
1010 id : app-token
1111 with :
1212 app-id : ${{ vars.GH_APP_ID }}
You can’t perform that action at this time.
0 commit comments