diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c44de0d..66dbc805 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-2022 steps: - name: Get the sources - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install .NET @@ -33,7 +33,7 @@ jobs: runs-on: windows-2019 steps: - name: Get the sources - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install required tools run: npm install -g markdownlint-cli shell: powershell