浏览代码
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 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
.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 |
|
|
|