From 37b447e958f3fb35bf4d8133bbd97d551dff93cc Mon Sep 17 00:00:00 2001 From: John Aziz Date: Thu, 12 Dec 2024 21:42:13 +0200 Subject: [PATCH] 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 --- .github/workflows/validate-markdown.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/validate-markdown.yml b/.github/workflows/validate-markdown.yml index f8ae790ba..3a2d936ad 100644 --- a/.github/workflows/validate-markdown.yml +++ b/.github/workflows/validate-markdown.yml @@ -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: ./ @@ -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: ./ @@ -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: ./ @@ -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: ./ @@ -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: ./