We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f96b5f commit aa613c1Copy full SHA for aa613c1
.github/workflows/codeql-analysis.yml
@@ -45,8 +45,6 @@ jobs:
45
- name: Set up Python
46
if: matrix.language == 'python'
47
uses: actions/setup-python@v5
48
- with:
49
- python-version-file: '.python-version'
50
51
- name: Install dependencies
52
# Needed for pycurl
.github/workflows/zizmor.yml
@@ -25,8 +25,6 @@ jobs:
25
persist-credentials: false
26
- name: Setup Python
27
28
29
30
- name: Run zizmor
31
run: pipx run zizmor --format sarif . > results.sarif
32
- name: Upload SARIF file
0 commit comments