Skip to content

Commit 3b8506c

Browse files
chore(deps): update github-actions non-major dependencies
1 parent 6e1f081 commit 3b8506c

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.github/actions/resolve-versions/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
# https://github.com/marketplace/actions/github-script
2626
- name: Resolve the current version from the manifest file.
2727
id: current-version
28-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
28+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
2929
with:
3030
github-token: ${{ inputs.github-token }}
3131
result-encoding: string
@@ -47,7 +47,7 @@ runs:
4747
# https://github.com/marketplace/actions/github-script
4848
- name: Get current version and create new version
4949
id: new-version
50-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
50+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
5151
env:
5252
CURRENT_VERSION: ${{ steps.current-version.outputs.result }}
5353
with:

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
17+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
1818
id: app-token
1919
with:
2020
app-id: ${{ vars.BOT_APP_ID }}

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@f00ad0691526c10be4021a91b2510f0a769b14d0 # v1.68.0
2929
with:
3030
fail_on_error: true
3131
filter_mode: nofilter

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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

.github/workflows/release-plz.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
38+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3939
id: app-token
4040
with:
4141
app-id: ${{ vars.BOT_APP_ID }}
@@ -50,7 +50,7 @@ jobs:
5050
# https://github.com/marketplace/actions/github-script
5151
- name: Generate release notes
5252
id: generate_notes
53-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
53+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
5454
with:
5555
github-token: ${{ steps.app-token.outputs.token }}
5656
result-encoding: string
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/marketplace/actions/github-script
6666
- name: Existing branch
6767
id: existing-branch
68-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
68+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
6969
with:
7070
github-token: ${{ steps.app-token.outputs.token }}
7171
result-encoding: json
@@ -87,7 +87,7 @@ jobs:
8787
- name: Create pull request
8888
if: ${{ steps.existing-branch.outputs.result == 'null' }}
8989
id: create_pr
90-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
90+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
9191
with:
9292
github-token: ${{ steps.app-token.outputs.token }}
9393
script: |
@@ -151,7 +151,7 @@ jobs:
151151
- name: Update pull request
152152
if: ${{ steps.existing-branch.outputs.result != 'null' }}
153153
id: update-pr
154-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
154+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
155155
with:
156156
github-token: ${{ steps.app-token.outputs.token }}
157157
script: |
@@ -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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
237+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
238238
id: app-token
239239
with:
240240
app-id: ${{ vars.BOT_APP_ID }}
@@ -249,7 +249,7 @@ jobs:
249249
# https://github.com/marketplace/actions/github-script
250250
- name: Create release
251251
id: create-release
252-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
252+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
253253
with:
254254
github-token: ${{ steps.app-token.outputs.token }}
255255
result-encoding: string
@@ -265,7 +265,7 @@ jobs:
265265
266266
# https://github.com/marketplace/actions/github-script
267267
- name: Comment on PR
268-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
268+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
269269
with:
270270
github-token: ${{ steps.app-token.outputs.token }}
271271
script: |

.github/workflows/wc-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/wc-deploy-cloudflare-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
steps:
3535
# https://github.com/marketplace/actions/checkout
3636
- name: Checkout
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3838

3939
# https://github.com/marketplace/actions/mise-action
4040
- name: mise action
41-
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
41+
uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
4242

4343
- name: Install deps
4444
run: bun install --frozen-lockfile
@@ -48,7 +48,7 @@ jobs:
4848

4949
# https://github.com/marketplace/actions/create-github-app-token
5050
- name: Create GitHub App Token
51-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
51+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5252
id: app-token
5353
with:
5454
app-id: ${{ inputs.gh-app-id }}

0 commit comments

Comments
 (0)