Skip to content

Commit 6ea0d55

Browse files
authored
Merge pull request #95 from crazy-max/dependabot/github_actions/actions/github-script-9.0.0
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
2 parents b4bb3ad + 92170ab commit 6ea0d55

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/list-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
-
2121
name: Generate matrix
2222
id: generate
23-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
23+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2424
with:
2525
retries: 3
2626
script: |

.github/workflows/pr-assign-author.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
-
1111
name: Assigning author to PR
12-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
12+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1313
with:
1414
script: |
1515
try {

.github/workflows/releases-json.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
-
3434
name: Install npm deps
35-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
35+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3636
with:
3737
script: |
3838
await core.group(`Install npm deps`, async () => {
@@ -41,7 +41,7 @@ jobs:
4141
-
4242
name: Generate
4343
id: generate
44-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
44+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4545
env:
4646
INPUT_REPOSITORY: ${{ inputs.repository }}
4747
INPUT_FILENAME: ${{ inputs.filename }}
@@ -153,7 +153,7 @@ jobs:
153153
await fs.writeFileSync(inpFilename, JSON.stringify(res, null, 2));
154154
-
155155
name: Check file
156-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
156+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
157157
env:
158158
INPUT_FILENAME: ${{ inputs.filename }}
159159
with:

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
enable-cache: false
5252
-
5353
name: Install zizmor
54-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
54+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
5555
env:
5656
INPUT_VERSION: ${{ inputs.version }}
5757
with:
@@ -61,7 +61,7 @@ jobs:
6161
-
6262
name: Run zizmor
6363
id: zizmor
64-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
64+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6565
env:
6666
INPUT_PATH: ${{ inputs.path }}
6767
INPUT_COLLECT: ${{ inputs.collect }}

0 commit comments

Comments
 (0)