Update ncipollo/release-action action to v1.21.0#276
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update ncipollo/release-action action to v1.21.0#276renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | ncipollo/release-action | v1.20.0 | v1.21.0 |
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| actionlint | 1 | 1 | 0 | 0.06s | ||
| ✅ COPYPASTE | jscpd | yes | no | no | 1.62s | |
| checkov | yes | 3 | no | 29.72s | ||
| ✅ REPOSITORY | devskim | yes | no | no | 1.82s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.02s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.84s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | no | 57.66s | |
| kics | yes | 1 | 25 | 44.48s | ||
| ✅ REPOSITORY | kingfisher | yes | no | no | 6.13s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.61s | |
| ✅ REPOSITORY | syft | yes | no | no | 2.87s | |
| ✅ REPOSITORY | trivy | yes | no | no | 21.64s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.24s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 5.08s | |
| cspell | 1 | 7 | 0 | 4.71s | ||
| lychee | 1 | 3 | 0 | 0.81s | ||
| ✅ YAML | prettier | 1 | 0 | 0 | 0 | 0.6s |
| v8r | 1 | 1 | 0 | 2.48s | ||
| ✅ YAML | yamllint | 1 | 0 | 0 | 0.57s |
Detailed Issues
⚠️ ACTION / actionlint - 1 error
Results of actionlint linter (version 1.7.11)
See documentation on https://megalinter.io/9.4.0/descriptors/action_actionlint/
-----------------------------------------------
❌ [ERROR] .github/workflows/release.yml
.github/workflows/release.yml:15:5: expected "inputs" key for "workflow_dispatch" section but got "branches" [syntax-check]
|
15 | branches:
| ^~~~~~~~~
⚠️ REPOSITORY / checkov - 3 errors
error: Ensure Terraform module sources use a commit hash
┌─ modules.tf:3:1
│
3 │ ╭ module "azrm_naming" {
4 │ │ source = "Azure/naming/azurerm"
5 │ │ version = ">= 0.4.0, < 1.0.0"
6 │ │ suffix = [var.application_shortname, var.environment_tag]
7 │ │ }
│ ╰─^
│
= Ensure Terraform module sources use a commit hash
= Ensure Terraform module sources use a commit hash
error: Ensure Terraform module sources use a commit hash
┌─ modules.tf:9:1
│
9 │ ╭ module "azdo_naming" {
10 │ │ source = "DownAtTheBottomOfTheMoleHole/naming/azuredevops"
11 │ │ version = "< 11.0.0"
12 │ │
· │
24 │ │ work_items = []
25 │ │ }
│ ╰─^
│
= Ensure Terraform module sources use a commit hash
= Ensure Terraform module sources use a commit hash
error: Ensure top-level permissions are not set to write-all
┌─ .github/workflows/secret_syncer.yml:1:1
│
1 │ name: sync secrets to other modules
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Ensure top-level permissions are not set to write-all
= Ensure top-level permissions are not set to write-all
error: 3 errors emitted
⚠️ SPELL / cspell - 7 errors
Results of cspell linter (version 9.7.0)
See documentation on https://megalinter.io/9.4.0/descriptors/spell_cspell/
-----------------------------------------------
❌ [ERROR] .github/workflows/release.yml
.github/workflows/release.yml:75:32 - Unknown word (DBMH) -- git-push-user-email: DBMH-terraform-docs@ca-grp
Suggestions: [dbms, DBMS, DBH, DBM, dBm]
.github/workflows/release.yml:76:31 - Unknown word (DBMH) -- git-push-user-name: DBMH-terraform-docs
Suggestions: [dbms, DBMS, DBH, DBM, dBm]
.github/workflows/release.yml:96:32 - Unknown word (DBMH) -- git-push-user-email: DBMH-terraform-docs@ca-grp
Suggestions: [dbms, DBMS, DBH, DBM, dBm]
.github/workflows/release.yml:97:31 - Unknown word (DBMH) -- git-push-user-name: DBMH-terraform-docs
Suggestions: [dbms, DBMS, DBH, DBM, dBm]
.github/workflows/release.yml:196:36 - Unknown word (isses) -- -- Links to related isses/PBIs please specify
Suggestions: [issues*, sises, isles, iss's, issei]
.github/workflows/release.yml:196:100 - Unknown word (toany) -- close them. referenced toany other related PR --
Suggestions: [tony, toady, towny, Tony, oany]
.github/workflows/release.yml:217:22 - Unknown word (DBMH) -- committer: DBMH-megalinter-bot <megalinter
Suggestions: [dbms, DBMS, DBH, DBM, dBm]
CSpell: Files checked: 1, Issues found: 7 in 1 file.
⚠️ REPOSITORY / kics - 1 error
Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/secret_syncer.yml:18:1
│
18 │ - uses: jpoehnelt/secrets-sync-action@v1.10.0
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/release.yml:275:1
│
275 │ uses: mathieudutour/github-tag-action@v6.2
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/scheduled_maintenance.yml:264:1
│
264 │ uses: stefanzweifel/git-auto-commit-action@v7.1.0
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/pullrequest.yml:215:1
│
215 │ uses: HENNGE/tfupdate-action@v1.0.8
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/pullrequest.yml:380:1
│
380 │ uses: pascalgn/automerge-action@v0.16.4
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/pullrequest.yml:115:1
│
115 │ uses: peter-evans/create-pull-request@v8.1.0
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/pullrequest.yml:259:1
│
259 │ uses: terraform-docs/gh-actions@v1.4.1
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/release.yml:162:1
│
162 │ uses: peter-evans/create-pull-request@v8.1.0
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: Action is not pinned to a full length commit SHA.
┌─ .github/workflows/release.yml:66:1
│
66 │ uses: terraform-docs/gh-actions@v1.4.1
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
= Unpinned Actions Full Length Commit SHA
= Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps mitigate the risk of a bad actor adding a backdoor to the action's repository, as they would need to generate a SHA-1 collision for a valid Git object payload. When selecting a SHA, you should verify it is from the action's repository and not a repository fork.
warning: 25 warnings emitted
(Truncated to last 6666 characters out of 17291)
⚠️ SPELL / lychee - 3 errors
Results of lychee linter (version 0.18.0)
See documentation on https://megalinter.io/9.4.0/descriptors/spell_lychee/
-----------------------------------------------
❌ [ERROR] .github/workflows/release.yml
[404] https://megalinter.io/flavors/ | Network error: Not Found
[404] https://megalinter.io/configuration/ | Network error: Not Found
[404] https://github.com/DownAtTheBottomOfTheMoleHole/Module_Name/actions/workflows/scheduled_maintenance.yml | Network error: Not Found
📝 Summary
---------------------
🔍 Total............8
✅ Successful.......2
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........3
❓ Unknown..........0
🚫 Errors...........3
Errors in .github/workflows/release.yml
[404] https://megalinter.io/flavors/ | Network error: Not Found
[404] https://github.com/DownAtTheBottomOfTheMoleHole/Module_Name/actions/workflows/scheduled_maintenance.yml | Network error: Not Found
[404] https://megalinter.io/configuration/ | Network error: Not Found
⚠️ YAML / v8r - 1 error
Results of v8r linter (version 6.0.0)
See documentation on https://megalinter.io/9.4.0/descriptors/yaml_v8r/
-----------------------------------------------
❌ [ERROR] .github/workflows/release.yml
ℹ No config file found
ℹ Pre-warming the cache
ℹ Processing .github/workflows/release.yml
ℹ Found schema in https://www.schemastore.org/api/json/catalog.json ...
ℹ Validating .github/workflows/release.yml against schema from https://www.schemastore.org/github-workflow.json ...
✖ .github/workflows/release.yml is invalid
.github/workflows/release.yml#/on must be string
.github/workflows/release.yml#/on must be equal to one of the allowed values
.github/workflows/release.yml#/on must be array
.github/workflows/release.yml#/on/workflow_dispatch must NOT have additional properties, found additional property 'branches'
.github/workflows/release.yml#/on must match exactly one schema in oneOf
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 PR contains the following updates:
v1.20.0→v1.21.0Release Notes
ncipollo/release-action (ncipollo/release-action)
v1.21.0Compare Source
What's Changed
Full Changelog: ncipollo/release-action@v1...v1.21.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.