Skip to content

Commit 0efbdcf

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 83cf205 commit 0efbdcf

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
@@ -194,7 +194,7 @@ jobs:
194194
- name: 'Post report as comment to PR'
195195
if: github.event_name == 'pull_request'
196196
# Pin action to full length commit SHA
197-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
197+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
198198
with:
199199
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
200200
script: |
@@ -209,7 +209,7 @@ jobs:
209209
- name: 'Post report as comment to commit'
210210
if: github.event_name == 'push'
211211
# Pin action to full length commit SHA
212-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
212+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
213213
with:
214214
github-token: ${{ secrets.CHATBOT_GITHUB_TOKEN }}
215215
script: |

0 commit comments

Comments
 (0)