Skip to content

Commit 0ca0ebe

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 95fee42 commit 0ca0ebe

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
@@ -29,7 +29,7 @@ jobs:
2929
exit 1
3030
fi
3131
- name: Comment about DCO status
32-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
32+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3333
if: ${{ failure() }}
3434
with:
3535
script: |

0 commit comments

Comments
 (0)