ci: pin external actions to exact commit SHA (#21033)
This commit is contained in:
parent
287b5b1eab
commit
8c60b8a2be
6 changed files with 11 additions and 11 deletions
2
.github/workflows/python-lint.yml
vendored
2
.github/workflows/python-lint.yml
vendored
|
|
@ -31,6 +31,6 @@ jobs:
|
|||
with:
|
||||
python-version: "3.11"
|
||||
- name: flake8 Lint
|
||||
uses: py-actions/flake8@v2
|
||||
uses: py-actions/flake8@84ec6726560b6d5bd68f2a5bed83d62b52bb50ba # v2
|
||||
with:
|
||||
plugins: "flake8-no-print"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue