Skip to content

Commit 648c429

Browse files
authored
Security Update with Bug Fixes (#2232)
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 0bb3f95 commit 648c429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-markdown.yml

Lines changed: 3 additions & 3 deletions
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 URLs Country Locale
4444
id: check-urls-locale
45-
uses: john0isaac/action-check-markdown@v1.0.6
45+
uses: john0isaac/action-check-markdown@v1.1.0
4646
with:
4747
command: check_urls_locale
4848
directory: ./
@@ -59,7 +59,7 @@ jobs:
5959
ref: ${{ github.event.pull_request.head.sha }}
6060
- name: Run Check Broken URLs
6161
id: check-broken-urls
62-
uses: john0isaac/action-check-markdown@v1.0.6
62+
uses: john0isaac/action-check-markdown@v1.1.0
6363
with:
6464
command: check_broken_urls
6565
directory: ./

0 commit comments

Comments
 (0)