-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update GHA configurations #2989
Conversation
security-events: write | ||
steps: | ||
- name: "Checkout repository" | ||
uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this specific hash? Same question for the ones below?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to add another commit to move everything to pins. I have the end result in the S3transfer PR.
The main goal is to ensure that we're always using a known state when running actions. That means if a repository is compromised and a new commit with malicious code is made under a known tag, we don't run the malicious code. The ability to compromise a repository and rewrite the history to create the same commit hash is almost impossible.
Full information can be found here: https://github.com/ossf/scorecard/blob/e1eede2d3fa09d08bbc00ca2331c2bffebdc602d/docs/checks.md#pinned-dependencies
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the new CodeQL job passed👍
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## develop #2989 +/- ##
========================================
Coverage 93.36% 93.36%
========================================
Files 65 65
Lines 13841 13841
========================================
Hits 12923 12923
Misses 918 918 ☔ View full report in Codecov by Sentry. |
* release-1.31.10: Bumping version to 1.31.10 Update to latest partitions and endpoints Update to latest models Update quicksight sdk extras paginators Update GHA configurations (#2989)
This PR adds: