audit-labs/audit-tools
A collection of scripts, queries, and other goodies you can use in an audit.
clone: git clone https://gitbay.org/audit-labs/audit-tools.git
52ea45732eecad05855725be1fdb42b0f999a446
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2024-10-19T16:49:01Z
.github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies