Skip to content
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

Upgrade GitHub Actions #2536

Merged
merged 6 commits into from
Apr 7, 2023
Merged

Upgrade GitHub Actions #2536

merged 6 commits into from
Apr 7, 2023

Conversation

nvuillam
Copy link
Member

@nvuillam nvuillam commented Apr 7, 2023

  • Upgrade create-pull-request and create-or-update-comment GitHub Actions
  • Increase auto-update-linters GitHub Action timeout

dependabot bot and others added 5 commits April 5, 2023 16:01
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…evans/create-or-update-comment-3' into dependencies/gh-actions
…evans/create-pull-request-5' into dependencies/gh-actions
  - Upgrade create-pull-request and create-or-update-comment GitHub Actions
  - Increase auto-update-linters GitHub Action timeout
@nvuillam
Copy link
Member Author

nvuillam commented Apr 7, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.01s
✅ BASH shellcheck 6 0 0.15s
✅ BASH shfmt 6 0 0 0.44s
✅ COPYPASTE jscpd yes no 2.96s
✅ DOCKERFILE hadolint 116 0 20.41s
✅ JSON eslint-plugin-jsonc 21 0 0 2.5s
✅ JSON jsonlint 19 0 0.23s
✅ JSON v8r 21 0 14.86s
⚠️ MARKDOWN markdownlint 312 0 230 7.74s
✅ MARKDOWN markdown-link-check 312 0 6.44s
✅ MARKDOWN markdown-table-formatter 312 0 0 23.72s
✅ OPENAPI spectral 1 0 1.53s
⚠️ PYTHON bandit 185 54 2.4s
✅ PYTHON black 185 0 0 4.54s
✅ PYTHON flake8 185 0 2.26s
✅ PYTHON isort 185 0 0 0.89s
✅ PYTHON mypy 185 0 8.02s
✅ PYTHON pylint 185 0 13.23s
⚠️ PYTHON pyright 185 251 18.39s
✅ PYTHON ruff 185 0 0 0.55s
✅ REPOSITORY checkov yes no 37.36s
✅ REPOSITORY git_diff yes no 0.43s
✅ REPOSITORY secretlint yes no 16.48s
✅ REPOSITORY trivy yes no 34.86s
✅ SPELL cspell 753 0 24.85s
✅ SPELL misspell 572 0 0 1.0s
✅ XML xmllint 3 0 0 0.52s
✅ YAML prettier 81 0 0 4.0s
✅ YAML v8r 23 0 62.37s
✅ YAML yamllint 82 0 1.3s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Member Author

nvuillam commented Apr 7, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.02s
✅ BASH shellcheck 6 0 0.17s
✅ BASH shfmt 6 0 0 0.04s
✅ COPYPASTE jscpd yes no 3.01s
✅ DOCKERFILE hadolint 116 0 17.54s
✅ JSON eslint-plugin-jsonc 21 0 0 2.3s
✅ JSON jsonlint 19 0 0.19s
✅ JSON npm-package-json-lint yes no 0.81s
✅ JSON v8r 21 0 15.7s
⚠️ MARKDOWN markdownlint 312 2 230 7.06s
✅ MARKDOWN markdown-link-check 312 0 6.5s
✅ MARKDOWN markdown-table-formatter 312 2 0 22.92s
✅ OPENAPI spectral 1 0 1.81s
⚠️ PYTHON bandit 185 54 4.4s
✅ PYTHON black 185 0 0 4.55s
✅ PYTHON flake8 185 0 3.52s
✅ PYTHON isort 185 0 0 0.57s
✅ PYTHON mypy 185 0 9.04s
✅ PYTHON pylint 185 0 14.07s
⚠️ PYTHON pyright 185 251 19.86s
✅ PYTHON ruff 185 0 0 0.16s
✅ REPOSITORY checkov yes no 39.04s
⚠️ REPOSITORY devskim yes 61 1.55s
✅ REPOSITORY dustilock yes no 3.77s
✅ REPOSITORY git_diff yes no 0.11s
✅ REPOSITORY secretlint yes no 9.93s
✅ REPOSITORY syft yes no 1.25s
✅ REPOSITORY trivy yes no 29.03s
✅ SPELL cspell 753 0 24.78s
✅ SPELL misspell 572 2 0 0.59s
✅ XML xmllint 3 0 0 0.1s
✅ YAML prettier 81 0 0 3.13s
✅ YAML v8r 23 0 71.84s
✅ YAML yamllint 82 0 1.33s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@nvuillam nvuillam merged commit 00df56b into main Apr 7, 2023
@nvuillam nvuillam deleted the dependencies/gh-actions branch April 7, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant