chore: add zizmor to the repo - #794
Open
rwaskiewicz wants to merge 1 commit into
Open
Conversation
This commit adds zizmor to the repo. Doing so entails to components: 1. Adding a new workflow to run zizmor when workflow files are edited 2. Updating existing workflows to be compliant with the pedantic persona provided by zizmor For this repository, the latter consisted of: 1. Pinning actions used. Most actions were up to date already, making this action largely a no-op. Version comment strings have been updated to ensure they do not use major version only tags (e.g. `v5`), as these can cause issues should the tag move to a new version. 2. Updating permissions so actions use have the least amount of permission when running 3. Justifying permissions via comments 4. Pinning the Postgres image used to match the version that is deployed in RDS at the time of this writing
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Asana task: Add Zizmor to screenplay
Description
This commit adds zizmor to the repo. Doing so entails to components:
For this repository, the latter consisted of:
to ensure they do not use major version only tags (e.g.
v5), as thesecan cause issues should the tag move to a new version.