Skip to content

Commit da1abed

Browse files
authored
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
1 parent 3bce2a9 commit da1abed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pip-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
steps:
1616
- name: Check out repository code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1818

19-
- uses: pypa/gh-action-pip-audit@v1.0.8
19+
- uses: pypa/gh-action-pip-audit@1220774d901786e6f652ae159f7b6bc8fea6d266 # v1.1.0
2020
with:
2121
inputs: .

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- doc: fix typo in usage.md, add documentation links to README @devs6186 #2274
5757
- binja: add mypy config for top-level binaryninja module to fix mypy issues @devs6186 #2399
5858
- ci: deprecate macos-13 runner and use Python v3.13 for testing @mike-hunhoff #2777
59+
- ci: pin pip-audit action SHAs and update to v1.1.0 @kami922 #1131
5960

6061
### Raw diffs
6162
- [capa v9.3.1...master](https://github.com/mandiant/capa/compare/v9.3.1...master)

0 commit comments

Comments
 (0)