Skip to content

Commit 37b447e

Browse files
authored
Security Update with Bug Fixes
Use two randomly generated numbers as the name of the markdown file to prevent exploiting the static name of the file as symlink
1 parent a76f94e commit 37b447e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/validate-markdown.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
ref: ${{ github.event.pull_request.head.sha }}
2525
- name: Check broken Paths
2626
id: check-broken-paths
27-
uses: john0isaac/action-check-markdown@v1.0.6
27+
uses: john0isaac/action-check-markdown@v1.1.0
2828
with:
2929
command: check_broken_paths
3030
directory: ./
@@ -42,7 +42,7 @@ jobs:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343
- name: Run Check paths tracking
4444
id: check-paths-tracking
45-
uses: john0isaac/action-check-markdown@v1.0.6
45+
uses: john0isaac/action-check-markdown@v1.1.0
4646
with:
4747
command: check_paths_tracking
4848
directory: ./
@@ -60,7 +60,7 @@ jobs:
6060
ref: ${{ github.event.pull_request.head.sha }}
6161
- name: Run Check URLs tracking
6262
id: check-urls-tracking
63-
uses: john0isaac/action-check-markdown@v1.0.6
63+
uses: john0isaac/action-check-markdown@v1.1.0
6464
with:
6565
command: check_urls_tracking
6666
directory: ./
@@ -78,7 +78,7 @@ jobs:
7878
ref: ${{ github.event.pull_request.head.sha }}
7979
- name: Run Check URLs Country Locale
8080
id: check-urls-locale
81-
uses: john0isaac/action-check-markdown@v1.0.6
81+
uses: john0isaac/action-check-markdown@v1.1.0
8282
with:
8383
command: check_urls_locale
8484
directory: ./
@@ -95,7 +95,7 @@ jobs:
9595
ref: ${{ github.event.pull_request.head.sha }}
9696
- name: Run Check Broken URLs
9797
id: check-broken-urls
98-
uses: john0isaac/action-check-markdown@v1.0.6
98+
uses: john0isaac/action-check-markdown@v1.1.0
9999
with:
100100
command: check_broken_urls
101101
directory: ./

0 commit comments

Comments
 (0)