Skip to content

Commit 7cafb33

Browse files
build(deps): bump actions/github-script from 7.1.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cdd63c commit 7cafb33

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/clientside-accept.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# exact entries a maintainer reviewed rather than re-deriving (and re-booting) them.
3434
- name: Extract report JSON from comment
3535
id: report
36-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
36+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3737
with:
3838
script: |
3939
const fs = require('fs')

.github/workflows/clientside-report-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# since the caller always passes the issue number.
4242
- name: Resolve project link
4343
id: link
44-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
44+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4545
with:
4646
script: |
4747
const issueNumber = Number('${{ inputs.issue_number }}')
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Comment that no link was found
6060
if: steps.link.outputs.found != 'true'
61-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
61+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6262
with:
6363
script: |
6464
const marker = '<!-- serverpackcreator-clientside-report -->'
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Post report comment
136136
if: steps.link.outputs.found == 'true'
137-
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
137+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
138138
with:
139139
script: |
140140
const fs = require('fs')

0 commit comments

Comments
 (0)