Skip to content

Commit

Permalink
Merge pull request #41 from fish-shop/dependabot/github_actions/versi…
Browse files Browse the repository at this point in the history
…on-updates-2f3ecd6fee
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
2 parents 4cf00a1 + 317e684 commit ac1bb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
egress-policy: audit
- name: Check links in modified Markdown files
if: inputs.config-path == ''
uses: umbrelladocs/action-linkspector@48f983a39133f602ee5b5032b55906b906764a8c # v1.2.1
uses: umbrelladocs/action-linkspector@e26ea73f270e69734d2860157be2ff5807aea1bb # v1.2.2
with:
fail_on_error: true
filter_mode: file
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
- name: Check links in modified Markdown files using specified config file
if: inputs.config-path != ''
uses: umbrelladocs/action-linkspector@48f983a39133f602ee5b5032b55906b906764a8c # v1.2.1
uses: umbrelladocs/action-linkspector@e26ea73f270e69734d2860157be2ff5807aea1bb # v1.2.2
with:
config_file: ${{ inputs.config-path }}
fail_on_error: true
Expand Down

0 comments on commit ac1bb0a

Please sign in to comment.