Skip to content

Commit 60f05af

Browse files
Bump actions/github-script from 6.4.1 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d7906e4...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69f901c commit 60f05af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dco-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
exit 1
3232
fi
3333
- name: Comment about DCO status
34-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
34+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3535
if: ${{ failure() }}
3636
with:
3737
script: |

0 commit comments

Comments
 (0)