File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737
3838 - name : Generate a token
3939 id : generate-token
40- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
40+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4141 with :
4242 app-id : ${{ env.GITHUB_APP_ID }}
4343 private-key : ${{ env.GITHUB_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 4343
4444 - name : create GitHub app token
4545 id : app-token
46- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
46+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
4747 with :
4848 app-id : ${{ env.SM_CI_APP_ID }}
4949 private-key : ${{ env.SM_CI_APP_PRIVATE_KEY }}
@@ -167,7 +167,7 @@ jobs:
167167
168168 - name : create GitHub app token
169169 id : app-token
170- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
170+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
171171 with :
172172 app-id : ${{ env.SM_CI_APP_ID }}
173173 private-key : ${{ env.SM_CI_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments