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

chore(deps): update github-actions #33

Merged
merged 2 commits into from
Jan 28, 2024
Merged

chore(deps): update github-actions #33

merged 2 commits into from
Jan 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v4.1.0 -> v4.1.1
actions/checkout action digest 8ade135 -> b4ffde6
aquasecurity/trivy-action action minor 0.12.0 -> 0.16.1
cicirello/jacoco-badge-generator action digest a0c1eb1 -> f33476a
lycheeverse/lychee-action action minor v1.8.0 -> v1.9.2
ossf/scorecard-action action minor v2.2.0 -> v2.3.1
oxsecurity/megalinter action minor v7.3.0 -> v7.8.0

Release Notes

actions/checkout (actions/checkout)

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.16.0...0.16.1

v0.16.0

Compare Source

What's Changed
New Contributors

Full Changelog: aquasecurity/trivy-action@0.15.0...0.16.0

v0.15.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.14.0...0.15.0

v0.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.13.1...0.14.0

v0.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.13.0...0.13.1

v0.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.12.0...0.13.0

lycheeverse/lychee-action (lycheeverse/lychee-action)

v1.9.2: Version 1.9.2

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v1...v1.9.2

v1.9.1: Version 1.9.1

Compare Source

This is a hotfix release which restores the behavior of the accept config parameter.
Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

v1.9.0: Version 1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1...v1.9.0

ossf/scorecard-action (ossf/scorecard-action)

v2.3.1

Compare Source

What's Changed

Full Changelog: ossf/scorecard-action@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.2.0...v2.3.0

oxsecurity/megalinter (oxsecurity/megalinter)

v7.8.0

Compare Source

  • Reporters

    • New reporter MARKDOWN_SUMMARY_REPORTER, allows saving MegaLinter results summary as a markdown file. This file can be further utilised to add comments on the pull request (PR) from Jenkins and other continuous integration (CI) tools by @​saishivarcr in #​3250
    • New reporter BITBUCKET_COMMENT_REPORTER allowing to post MegaLinter results as comments on Bitbucket pull requests by @​saishivarcr in #​3256
  • Core

    • mega-linter-runner: Remove container by default, except of no-remove-container option is sent by @​nvuillam in #​3203
    • Upgrade base image from python:3.11.6-alpine3.18 to python:3.11.7-alpine3.18, by @​echoix in #​3212
    • Upgrade to python 3.12.0 by @​nvuillam in #​3006
    • Upgrade actions/upload-artifact@v3 to actions/upload-artifact@v4 in default workflows by @​nvuillam in #​3225
    • mega-linter-runner: Improve check if running as script or module, by @​echoix in #​3233
  • Media

<iframe width="560" height="315" src="https://www.youtube.com/embed/SlKurrIsUls" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

v7.7.0

Compare Source

v7.6.0

Compare Source

v7.5.0

Compare Source

v7.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.1s
✅ REPOSITORY checkov yes no 11.39s
✅ REPOSITORY gitleaks yes no 0.17s
✅ REPOSITORY git_diff yes no 0.0s
✅ REPOSITORY grype yes no 12.4s
✅ REPOSITORY secretlint yes no 0.76s
✅ REPOSITORY trivy yes no 4.17s
✅ REPOSITORY trivy-sbom yes no 0.99s
✅ REPOSITORY trufflehog yes no 6.27s
✅ YAML prettier 5 0 0.88s
✅ YAML v8r 5 0 3.93s
✅ YAML yamllint 5 0 0.39s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/github-actions branch from 23ecc8a to 90a4dd2 Compare September 1, 2023 23:04
@renovate renovate bot changed the title chore(deps): update github-actions chore(deps): update github-actions - autoclosed Sep 2, 2023
@renovate renovate bot closed this Sep 2, 2023
@renovate renovate bot deleted the renovate/github-actions branch September 2, 2023 14:39
@renovate renovate bot changed the title chore(deps): update github-actions - autoclosed chore(deps): update github-actions Sep 4, 2023
@renovate renovate bot reopened this Sep 4, 2023
@renovate renovate bot restored the renovate/github-actions branch September 4, 2023 18:37
@renovate renovate bot changed the title chore(deps): update github-actions chore(deps): update cicirello/jacoco-badge-generator digest to 0f2af7c Sep 4, 2023
@renovate renovate bot force-pushed the renovate/github-actions branch from 90a4dd2 to 491f5f0 Compare September 4, 2023 23:08
@renovate renovate bot changed the title chore(deps): update cicirello/jacoco-badge-generator digest to 0f2af7c chore(deps): update github-actions Sep 6, 2023
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 4af9b80 to e611a3e Compare September 13, 2023 18:57
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 0742de7 to 2faa4bd Compare September 19, 2023 13:25
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 06e7231 to edd4a91 Compare September 27, 2023 16:55
@renovate renovate bot force-pushed the renovate/github-actions branch 5 times, most recently from 824ab80 to c83c9a8 Compare October 6, 2023 22:49
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 415224e to 53bd5a8 Compare October 13, 2023 13:31
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from e7bd03f to ba0c574 Compare October 20, 2023 19:31
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 8daba6a to a24fbad Compare November 1, 2023 17:26
@renovate renovate bot force-pushed the renovate/github-actions branch from a24fbad to c95b117 Compare November 7, 2023 04:15
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 64f4054 to 036d6d2 Compare November 19, 2023 18:08
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 8fc1744 to 79ae6f5 Compare November 27, 2023 10:02
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from e952468 to 853d85d Compare December 10, 2023 01:51
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 992e630 to 745c02c Compare December 13, 2023 21:02
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from e527f34 to f53f5e0 Compare December 22, 2023 16:49
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from 20f06d4 to 4efddd8 Compare January 10, 2024 01:03
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from c45204a to 880e36f Compare January 21, 2024 12:47
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 64100ed to 5bc61f8 Compare January 26, 2024 16:13
@renovate renovate bot force-pushed the renovate/github-actions branch from 5bc61f8 to 812c846 Compare January 28, 2024 12:20
Copy link
Contributor Author

renovate bot commented Jan 28, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@chgl chgl merged commit 0411b9b into master Jan 28, 2024
7 checks passed
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.

1 participant