diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:13:28 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:13:28 -0600 |
commit | ea9931ee81f13874161cffa134f2cc3bab9077a9 (patch) | |
tree | fed29aaba9f54b8418d009e34c2e9b81bd0984da /.github/workflows | |
parent | 9ae0caeb741b5de71296e920a3040809f0bfb69c (diff) | |
download | audit-tools-ea9931ee81f13874161cffa134f2cc3bab9077a9.tar.gz audit-tools-ea9931ee81f13874161cffa134f2cc3bab9077a9.tar.bz2 audit-tools-ea9931ee81f13874161cffa134f2cc3bab9077a9.zip |
fix pysa
Diffstat (limited to '.github/workflows')
-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 a780071..4784634 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 + uses: facebook/pysa-action@0.0.1 with: # To customize these inputs: # See https://github.com/facebook/pysa-action#inputs |