浏览代码

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
父节点
当前提交
d68965a694
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/linters.yml

+ 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


正在加载...
取消
保存