Skip to content

Commit

Permalink
Update workflows (#17513)
Browse files Browse the repository at this point in the history
* Update workflows

* Add cron task to still run zizmor every week.

* Also restrict zizmor on PR

* Revert change on zizmor runs
  • Loading branch information
DarkaMaul authored Jan 28, 2025
1 parent 4f96b5f commit aa613c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
- name: Set up Python
if: matrix.language == 'python'
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'

- name: Install dependencies
# Needed for pycurl
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Run zizmor
run: pipx run zizmor --format sarif . > results.sarif
- name: Upload SARIF file
Expand Down

0 comments on commit aa613c1

Please sign in to comment.