Skip to content

Commit aa613c1

Browse files
authored
Update workflows (#17513)
* Update workflows * Add cron task to still run zizmor every week. * Also restrict zizmor on PR * Revert change on zizmor runs
1 parent 4f96b5f commit aa613c1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
- name: Set up Python
4646
if: matrix.language == 'python'
4747
uses: actions/setup-python@v5
48-
with:
49-
python-version-file: '.python-version'
5048

5149
- name: Install dependencies
5250
# Needed for pycurl

.github/workflows/zizmor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
persist-credentials: false
2626
- name: Setup Python
2727
uses: actions/setup-python@v5
28-
with:
29-
python-version-file: '.python-version'
3028
- name: Run zizmor
3129
run: pipx run zizmor --format sarif . > results.sarif
3230
- name: Upload SARIF file

0 commit comments

Comments
 (0)