diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:10:43 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:10:43 -0600 |
commit | 9ae0caeb741b5de71296e920a3040809f0bfb69c (patch) | |
tree | f39d4886a8fed48396ed2be183ca6f05068f04be /.github/workflows/pysa.yml | |
parent | 90a953fdb3fa4c57c34f0a2bca0c1339c16d2bec (diff) | |
download | audit-tools-9ae0caeb741b5de71296e920a3040809f0bfb69c.tar.gz audit-tools-9ae0caeb741b5de71296e920a3040809f0bfb69c.tar.bz2 audit-tools-9ae0caeb741b5de71296e920a3040809f0bfb69c.zip |
fix pysa
Diffstat (limited to '.github/workflows/pysa.yml')
-rw-r--r-- | .github/workflows/pysa.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pysa.yml b/.github/workflows/pysa.yml index df45e57..a780071 100644 --- a/.github/workflows/pysa.yml +++ b/.github/workflows/pysa.yml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Run Pysa - uses: facebook/pysa-action@f46a63777e59268613bd6e2ff4e29f144ca9e88b + uses: facebook/pysa-action with: # To customize these inputs: # See https://github.com/facebook/pysa-action#inputs |