mirror of
https://github.com/mandiant/capa.git
synced 2026-06-22 14:51:56 -07:00
ci: pin pip-audit action SHAs and update to v1.1.0 (#2884)
* Fix conftest imports to use relative imports After adding tests/__init__.py, conftest.py needs relative imports * ci: pin pip-audit action SHAs and update to v1.1.0 * revert: remove unrelated conftest.py changes
This commit is contained in:
@@ -14,8 +14,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- uses: pypa/gh-action-pip-audit@v1.0.8
|
||||
- uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0
|
||||
with:
|
||||
inputs: .
|
||||
|
||||
Reference in New Issue
Block a user