|
73 | 73 | run: | |
74 | 74 | git ls-files | grep -v ".github" | xargs sed -i -E 's|uses: suzuki-shunsuke/tfaction@main|uses: ./|' |
75 | 75 | - id: token |
76 | | - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 |
| 76 | + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 |
77 | 77 | with: |
78 | 78 | app-id: ${{secrets.gh_app_id}} |
79 | 79 | private-key: ${{secrets.gh_app_private_key}} |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | run: | |
162 | 162 | git ls-files | grep -v ".github" | xargs sed -i -E 's|uses: suzuki-shunsuke/tfaction@main|uses: ./|' |
163 | 163 | - id: token |
164 | | - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 |
| 164 | + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 |
165 | 165 | with: |
166 | 166 | app-id: ${{secrets.gh_app_id}} |
167 | 167 | private-key: ${{secrets.gh_app_private_key}} |
@@ -232,7 +232,7 @@ jobs: |
232 | 232 | run: | |
233 | 233 | git ls-files | grep -v ".github" | xargs sed -i -E 's|uses: suzuki-shunsuke/tfaction@main|uses: ./|' |
234 | 234 | - id: token |
235 | | - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 |
| 235 | + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 |
236 | 236 | with: |
237 | 237 | app-id: ${{secrets.gh_app_id}} |
238 | 238 | private-key: ${{secrets.gh_app_private_key}} |
@@ -307,7 +307,7 @@ jobs: |
307 | 307 | run: | |
308 | 308 | git ls-files | grep -v ".github" | xargs sed -i -E 's|uses: suzuki-shunsuke/tfaction@main|uses: ./|' |
309 | 309 | - id: token |
310 | | - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 |
| 310 | + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 |
311 | 311 | with: |
312 | 312 | app-id: ${{secrets.gh_app_id}} |
313 | 313 | private-key: ${{secrets.gh_app_private_key}} |
|
0 commit comments