diff --git a/.github/workflows/add-tools-api-docs.yml b/.github/workflows/add-tools-api-docs.yml index a2fba488cd..6ce3e581e0 100644 --- a/.github/workflows/add-tools-api-docs.yml +++ b/.github/workflows/add-tools-api-docs.yml @@ -49,7 +49,7 @@ jobs: - name: remove tools code run: rm -rf tools - - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2 + - uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 with: install-only: true diff --git a/.github/workflows/fix-linting.yml b/.github/workflows/fix-linting.yml index c3de64a2c5..47b83ad195 100644 --- a/.github/workflows/fix-linting.yml +++ b/.github/workflows/fix-linting.yml @@ -53,7 +53,7 @@ jobs: - name: Run prek id: prek - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2 + uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 continue-on-error: true # indication that the linting has finished @@ -77,7 +77,7 @@ jobs: - run: npm ci --ignore-scripts - name: Re-run prek to apply fixes if: steps.prek.outcome == 'failure' - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2 + uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 continue-on-error: true - name: Commit & push changes diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 71f924b7f7..268b0b446a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -23,7 +23,7 @@ jobs: run: npm install --omit=prod - name: Run prek - uses: j178/prek-action@5337cb91e0fa35a7ff31b9ca345126d8bbbcdf16 # v2 + uses: j178/prek-action@4e14d07f9231acabce116ccfca13b13dd9755ece # v3.0.0 vale: runs-on: ubuntu-latest steps: