Skip to content

Commit c7e5375

Browse files
authored
Merge pull request microsoft#649 from john0isaac/fix-sec-issue
Security Update with Bug Fixes
2 parents a76f94e + 37b447e commit c7e5375

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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)