ci: pin external actions to exact commit SHA (#21033)

This commit is contained in:
Xuan-Son Nguyen 2026-03-26 20:44:00 +01:00 committed by GitHub
parent 287b5b1eab
commit 8c60b8a2be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 11 deletions

View file

@ -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"