Browse Source
Merge pull request #17251 from frappe/dependabot/github_actions/pre-commit/action-3.0.0
build(deps): bump pre-commit/action from 2.0.3 to 3.0.0
version-14
Suraj Shetty
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/linters.yml
|
|
@@ -17,7 +17,7 @@ jobs: |
|
|
|
python-version: 3.8 |
|
|
|
|
|
|
|
- name: Install and Run Pre-commit |
|
|
|
uses: pre-commit/action@v2.0.3 |
|
|
|
uses: pre-commit/action@v3.0.0 |
|
|
|
|
|
|
|
- name: Download Semgrep rules |
|
|
|
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules |
|
|
|