File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
17+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1818 id : app-token
1919 with :
2020 app-id : ${{ vars.BOT_APP_ID }}
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 steps :
2323 # https://github.com/marketplace/actions/checkout
2424 - name : Checkout
25- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2626
2727 # https://github.com/marketplace/actions/actionlint-with-reviewdog
28- - uses : reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
28+ - uses : reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1
2929 with :
3030 fail_on_error : true
3131 filter_mode : nofilter
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 steps :
1919 # https://github.com/marketplace/actions/checkout
2020 - name : Checkout
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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 @@ -31,11 +31,11 @@ jobs:
3131 steps :
3232 # https://github.com/marketplace/actions/checkout
3333 - name : Checkout
34- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3535
3636 # https://github.com/marketplace/actions/create-github-app-token
3737 - name : Create GitHub App Token
38- uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
38+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3939 id : app-token
4040 with :
4141 app-id : ${{ vars.BOT_APP_ID }}
@@ -230,11 +230,11 @@ jobs:
230230 steps :
231231 # https://github.com/marketplace/actions/checkout
232232 - name : Checkout
233- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
234234
235235 # https://github.com/marketplace/actions/create-github-app-token
236236 - name : Create GitHub App Token
237- uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
237+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
238238 id : app-token
239239 with :
240240 app-id : ${{ vars.BOT_APP_ID }}
Original file line number Diff line number Diff line change 2121 steps :
2222 # https://github.com/marketplace/actions/checkout
2323 - name : Checkout
24- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2525
2626 # https://github.com/marketplace/actions/paths-changes-filter
2727 - name : Paths Changes Filter
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
3737 steps :
3838 # https://github.com/marketplace/actions/checkout
3939 - name : Checkout
40- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4141
4242 # https://github.com/marketplace/actions/mise-action
4343 - name : mise action
44- uses : jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4 .1
44+ uses : jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3.5 .1
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@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
57+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
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