Merged
Conversation
Contributor
Security Audit ReportBandit — Static Security Analysis (Security tab)12 issue(s) found: 12 low ✅ No issues at or above HIGH severity. 12 low issue(s) below threshold not shown in table. pip-audit — Dependency Vulnerabilities (Security tab)
1 vulnerability/vulnerabilities found (0 fixable) across 1 package(s). Result: ✅ No blocking issues found. |
Contributor
✅ All test workflows behaved as expected14 passed, 0 failed
|
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.
This pull request updates repository references from
lhouperttodevelopmentseedthroughout documentation and workflow files, and introduces improvements to GitHub Actions workflows for better concurrency control, permissions clarity, and maintainability. The most important changes are grouped below.Repository reference updates:
README.mdandCHANGELOG.mdto referencedevelopmentseed/action-python-security-auditinginstead oflhoupert/action-python-security-auditing. This ensures users and badges point to the correct repository. [1] [2] [3] [4] [5] [6] [7] [8]GitHub Actions workflow enhancements:
concurrencygroups to.github/workflows/ci.yml,.github/workflows/release-please.yml, and.github/workflows/scorecard.ymlto prevent overlapping runs and cancel in-progress jobs on new pushes or PR updates, improving CI reliability. [1] [2] [3]Workflow job improvements:
namefields to jobs in workflow files for clearer job identification in the Actions UI. [1] [2] [3]gh) commands in workflow steps for better consistency and maintainability, including extracting variables and using them in API calls and git commands. [1] [2] [3]These changes collectively improve repository clarity, workflow reliability, and security.