Fix security-related issues in github actions flagged by zizmor#292
Fix security-related issues in github actions flagged by zizmor#292peytondmurray wants to merge 3 commits into
Conversation
Signed-off-by: pdmurray <peynmurray@gmail.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #292 +/- ##
=======================================
Coverage 79.19% 79.19%
=======================================
Files 51 51
Lines 5542 5542
Branches 577 577
=======================================
Hits 4389 4389
Misses 1153 1153
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| container: | ||
| image: fedora | ||
| image: fedora@f717d3f59ea0 |
There was a problem hiding this comment.
Looks like this format isn't valid and the build fails.
We chatted about this with @godlygeek and it would be good to leverage Dependabot for keeping the Docker images up to date as well. It seems it's supported.
Signed-off-by: pdmurray <peynmurray@gmail.com>
966443b to
b31d1bc
Compare
Signed-off-by: pdmurray <peynmurray@gmail.com>
Issue number of the reported bug or feature request: Closes #287.
Describe your changes
This PR addresses a number of security-related issues in the github actions (and dependabot config) that were flagged by zizmor. Most of the changes are:
This PR also adds a zizmor action to ensure these issues don't arise in the future.
Testing performed
This will be tested by running the CI in this PR.