From 49e495912ca1286779bb480c8bfebc94e36e4fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 30 Apr 2024 16:49:18 -0400 Subject: [PATCH] pin the actions/checkout GitHub Action to a specific version --- .github/workflows/check-markdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index ed78721..d9506d3 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout this repository - uses: actions/checkout@master + uses: actions/checkout@v4.1.4 - name: Download .markdownlint.json uses: suisei-cn/actions-download-file@v1.4.0