File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 # https://github.com/marketplace/actions/create-github-app-token
1616 - name : Create GitHub App Token
17- uses : actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
17+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
1818 id : app-token
1919 with :
2020 app-id : ${{ vars.BOT_APP_ID }}
Original file line number Diff line number Diff line change 2222
2323 # https://github.com/marketplace/actions/github-labeler
2424 - name : Run Labeler
25- uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2 .0
25+ uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3 .0
2626 with :
2727 github-token : ${{ secrets.GITHUB_TOKEN }}
2828 yaml-file : .github/labels.yml
Original file line number Diff line number Diff line change 3535
3636 # https://github.com/marketplace/actions/create-github-app-token
3737 - name : Create GitHub App Token
38- uses : actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
38+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
3939 id : app-token
4040 with :
4141 app-id : ${{ vars.BOT_APP_ID }}
@@ -234,7 +234,7 @@ jobs:
234234
235235 # https://github.com/marketplace/actions/create-github-app-token
236236 - name : Create GitHub App Token
237- uses : actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
237+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
238238 id : app-token
239239 with :
240240 app-id : ${{ vars.BOT_APP_ID }}
Original file line number Diff line number Diff line change 4141
4242 # https://github.com/marketplace/actions/mise-action
4343 - name : mise action
44- uses : jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
44+ uses : jdx/mise-action@bfb9fa0b029db830a8c570757cee683df207a6c5 # v2.4.0
4545
4646 - name : Install deps
4747 run : bun install --frozen-lockfile
5454
5555 # https://github.com/marketplace/actions/create-github-app-token
5656 - name : Create GitHub App Token
57- uses : actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
57+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
5858 id : app-token
5959 with :
6060 app-id : ${{ inputs.gh-app-id }}
You can’t perform that action at this time.
0 commit comments