Skip to content

Commit 7731d7b

Browse files
build(deps): bump actions/github-script from 6.4.1 to 7.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d7906e4...60a0d83) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7853d39 commit 7731d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- name: 'Post report as comment to PR'
190190
if: github.event_name == 'pull_request'
191191
# Pin action to full length commit SHA corresponding to v6.4.1
192-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
192+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
193193
with:
194194
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
195195
script: |
@@ -204,7 +204,7 @@ jobs:
204204
- name: 'Post report as comment to commit'
205205
if: github.event_name == 'push'
206206
# Pin action to full length commit SHA corresponding to v6.4.1
207-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
207+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
208208
with:
209209
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
210210
script: |

0 commit comments

Comments
 (0)