Skip to content

Commit

Permalink
Merge pull request #649 from john0isaac/fix-sec-issue
Browse files Browse the repository at this point in the history
Security Update with Bug Fixes
  • Loading branch information
leestott authored Dec 12, 2024
2 parents a76f94e + 37b447e commit c7e5375
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Check broken Paths
id: check-broken-paths
uses: john0isaac/action-check-markdown@v1.0.6
uses: john0isaac/action-check-markdown@v1.1.0
with:
command: check_broken_paths
directory: ./
Expand All @@ -42,7 +42,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check paths tracking
id: check-paths-tracking
uses: john0isaac/action-check-markdown@v1.0.6
uses: john0isaac/action-check-markdown@v1.1.0
with:
command: check_paths_tracking
directory: ./
Expand All @@ -60,7 +60,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check URLs tracking
id: check-urls-tracking
uses: john0isaac/action-check-markdown@v1.0.6
uses: john0isaac/action-check-markdown@v1.1.0
with:
command: check_urls_tracking
directory: ./
Expand All @@ -78,7 +78,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check URLs Country Locale
id: check-urls-locale
uses: john0isaac/action-check-markdown@v1.0.6
uses: john0isaac/action-check-markdown@v1.1.0
with:
command: check_urls_locale
directory: ./
Expand All @@ -95,7 +95,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run Check Broken URLs
id: check-broken-urls
uses: john0isaac/action-check-markdown@v1.0.6
uses: john0isaac/action-check-markdown@v1.1.0
with:
command: check_broken_urls
directory: ./
Expand Down

0 comments on commit c7e5375

Please sign in to comment.