From 83afff3e2a20e00899c275e59659fbd0a6186109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:29:57 -0400 Subject: [PATCH] Bump actions/github-script from 6.1.1 to 6.3.1 (#1485) Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/d50f485531ba88479582bc2da03ff424389af5c1...7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/workflow-generate-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-generate-website.yml b/.github/workflows/workflow-generate-website.yml index 60a1972890..dbb609ac98 100644 --- a/.github/workflows/workflow-generate-website.yml +++ b/.github/workflows/workflow-generate-website.yml @@ -153,12 +153,12 @@ jobs: name: html-link-report path: html-link-report.md retention-days: 5 - - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 + - uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd if: steps.linkchecker.outputs.exit_code != 0 with: script: | core.setFailed('Link checker detected broken or invalid links, read attached report.') - - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 + - uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd if: steps.linkchecker.outputs.exit_code != 0 && (github.event.inputs.bad_links_fail_build == 'true' || inputs.bad_links_fail_build == true) with: script: |