Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned revision of the MCKanpolat/auto-semver-action GitHub Action in the GitFlow workflows to align both workflows on the same action release (v1.0.11).
Changes:
- Updated
auto-semver-actionpin from5003b8d...to632a84f...(noted as1.0.11) in the nightly builds workflow. - Updated
auto-semver-actionpin from5003b8d...to632a84f...(noted as1.0.11) in the release-branch creation workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/GitFlow_Nightly-builds.yml | Updates the auto-semver-action revision used when generating nightly semver versions. |
| .github/workflows/GitFlow_Create-Release-Branch-and-PR.yaml | Updates the auto-semver-action revision used when calculating release versions for release branches/PRs. |
Contributor
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ COPYPASTE | jscpd | yes | no | no | 3.09s | |
| ✅ POWERSHELL | powershell | 7 | 0 | 0 | 17.5s | |
| ✅ POWERSHELL | powershell_formatter | 7 | 0 | 0 | 14.51s | |
| checkov | yes | 3 | no | 20.7s | ||
| devskim | yes | 1 | 8 | 3.39s | ||
| ✅ REPOSITORY | dustilock | yes | no | no | 0.02s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 1.38s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | no | 47.82s | |
| ✅ REPOSITORY | kics | yes | no | no | 2.91s | |
| ✅ REPOSITORY | kingfisher | yes | no | no | 4.26s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.53s | |
| ✅ REPOSITORY | syft | yes | no | no | 2.0s | |
| ✅ REPOSITORY | trivy | yes | no | no | 13.22s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.31s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 5.07s | |
| cspell | 8 | 14 | 0 | 4.5s |
Detailed Issues
⚠️ REPOSITORY / checkov - 3 errors
Linter output file not found
⚠️ SPELL / cspell - 14 errors
Linter output file not found
⚠️ REPOSITORY / devskim - 1 error
Linter output file not found
See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

Show us your support by starring ⭐ the repository
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 the version of the
auto-semver-actionused in two GitHub Actions workflow files to ensure consistency and potentially benefit from bug fixes or new features in the updated action.Workflow dependency updates:
auto-semver-actionversion from commit5003b8d37f4b03d95f15303ea10242cbf7c13141to1.0.11(632a84f5d1232fe655c7a85684ba3105c28b3fec) in.github/workflows/GitFlow_Create-Release-Branch-and-PR.yaml.auto-semver-actionversion from commit5003b8d37f4b03d95f15303ea10242cbf7c13141to1.0.11(632a84f5d1232fe655c7a85684ba3105c28b3fec) in.github/workflows/GitFlow_Nightly-builds.yml.