Skip to content

Commit

Permalink
Security Update with Bug Fixes
Browse files Browse the repository at this point in the history
Use two randomly generated numbers as the name of the markdown file to prevent exploiting the static name of the file as symlink
  • Loading branch information
john0isaac authored Dec 12, 2024
1 parent a76f94e commit 37b447e
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 37b447e

Please sign in to comment.