Skip to content

Commit

Permalink
Bump actions/github-script from 6.4.1 to 7.0.1
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 99bcd1d.
  • Loading branch information
dependabot[bot] authored Jan 4, 2024
1 parent fd6d730 commit bd635cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
documentation
- name: Fail on link check error
if: ${{ !cancelled() && env.lychee_exit_code != 0 && (github.event.inputs.linkcheck_fail_on_error == 'true' || inputs.linkcheck_fail_on_error == true) }}
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
with:
script: |
core.setFailed('Link checker detected broken or invalid links, read attached report.')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-validate-website-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
documentation
- name: Check coverage tolerance
if: ${{ env.lychee_exit_code != 0 && inputs.linkcheck_fail_on_error }}
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
with:
script: |
core.setFailed('Link checker detected broken or invalid links, read attached report.')

0 comments on commit bd635cf

Please sign in to comment.