-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
🔒️ Add zizmor and fix audit findings #2260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
YuriiMotov
wants to merge
24
commits into
master
Choose a base branch
from
setup-zizmor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
4ece67f
Setup cooldown period time for Dependabot
YuriiMotov 92d0100
Add `pre-commit` package ecosystem to Dependabot config
YuriiMotov f1789f7
Add zizmor hook to pre-commit
YuriiMotov 1165517
Resolve `smokeshow.yml`
YuriiMotov bc6652b
Resolve `pre-commit.yml`
YuriiMotov d517919
Resolve `playwright.yml`
YuriiMotov e1e5b03
Resolve `latest-changes.yml`
YuriiMotov 94c27a6
Resolve `labeler.yml`
YuriiMotov 807f883
Resolve `issue-manager.yml`
YuriiMotov edca13e
Resolve `detect-conflicts.yml`
YuriiMotov 4afb308
Resolve `add-to-project.yml`
YuriiMotov f9d341d
Resolve `test-docker-compose.yml`
YuriiMotov 34bf070
Resolve `test-backend.yml`
YuriiMotov be73e1c
Resolve `deploy-staging.yml` and `deploy-production.yml`
YuriiMotov 9ce7f78
🎨 Auto format and update with pre-commit
github-actions[bot] f63a4b7
Add zizmor GH actions workflow
YuriiMotov 745fe2e
Correct link URLs in docs
YuriiMotov 48644db
Fix smokeshow run command (use `uv run`)
YuriiMotov 1d24058
Simplify Zizmor GH workflow name
YuriiMotov 76b5c6a
Specify `bun-version` for `oven-sh/setup-bun`
YuriiMotov 3c41f2b
Upgrade `setup-uv` to `8.1.0` and add a note about upgrading `version`
YuriiMotov 4b3fe7f
Add timeouts for jobs
YuriiMotov 3c89302
Revert `interval` to `weekly` for `uv` and `bun` package ecosystems
YuriiMotov 98bd99c
Revert `interval` to `weekly` for `docker` and `docker-compose` packa…
YuriiMotov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,21 @@ | ||
| name: Add to Project | ||
|
|
||
| on: | ||
| pull_request_target: | ||
| pull_request_target: # zizmor: ignore[dangerous-triggers] | ||
| issues: | ||
| types: | ||
| - opened | ||
| - reopened | ||
|
|
||
| permissions: {} | ||
|
|
||
| jobs: | ||
| add-to-project: | ||
| name: Add to project | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 5 | ||
| steps: | ||
| - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 | ||
| with: | ||
| project-url: https://github.com/orgs/fastapi/projects/2 | ||
| github-token: ${{ secrets.PROJECTS_TOKEN }} | ||
| github-token: ${{ secrets.PROJECTS_TOKEN }} # zizmor: ignore[secrets-outside-env] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.