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 miracum/.github action to v1.8.3 #47

Merged
merged 1 commit into from
May 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
miracum/.github action patch v1.8.1 -> v1.8.3

Release Notes

miracum/.github (miracum/.github)

v1.8.3

Compare Source

Miscellaneous Chores

v1.8.2

Compare Source

Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

Copy link

github-actions bot commented May 1, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 3 0 0.04s
✅ CSHARP csharpier 3 0 1.13s
✅ CSHARP roslynator 2 0 20.14s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ EDITORCONFIG editorconfig-checker 30 0 0.07s
✅ JSON jsonlint 6 0 0.21s
✅ JSON prettier 6 0 0.77s
✅ JSON v8r 6 0 3.69s
✅ MARKDOWN markdownlint 1 0 0.34s
✅ REPOSITORY checkov yes no 11.63s
✅ REPOSITORY dustilock yes no 0.02s
✅ REPOSITORY gitleaks yes no 0.11s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 16.58s
✅ REPOSITORY kics yes no 3.82s
✅ REPOSITORY secretlint yes no 1.02s
✅ REPOSITORY syft yes no 0.36s
✅ REPOSITORY trivy yes no 9.82s
✅ REPOSITORY trivy-sbom yes no 7.67s
✅ REPOSITORY trufflehog yes no 4.3s
✅ YAML prettier 5 0 0.81s
✅ YAML v8r 5 0 5.26s
✅ YAML yamllint 5 0 0.45s

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

@renovate renovate bot force-pushed the renovate/github-actions branch from b988172 to 6fbd0a4 Compare May 3, 2024 10:07
@chgl chgl merged commit 7557d5d into master May 3, 2024
3 checks passed
@renovate renovate bot deleted the renovate/github-actions branch May 3, 2024 10:08
Copy link

github-actions bot commented May 3, 2024

Trivy image scan report

ghcr.io/miracum/pathling-s3-import:pr-47 (ubuntu 22.04)

4 known vulnerabilities found (LOW: 3 CRITICAL: 0 HIGH: 0 MEDIUM: 1)

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libc6 CVE-2024-2961 MEDIUM 2.35-0ubuntu3.6 2.35-0ubuntu3.7
libc6 CVE-2016-20013 LOW 2.35-0ubuntu3.6
libgcc-s1 CVE-2022-27943 LOW 12.3.0-1ubuntu1~22.04
libstdc++6 CVE-2022-27943 LOW 12.3.0-1ubuntu1~22.04

No Misconfigurations found

miracum-bot pushed a commit that referenced this pull request May 28, 2024
## [2.0.0](v1.3.2...v2.0.0) (2024-05-28)

### ⚠ BREAKING CHANGES

* added merge command and changed previous root command to impor… (#49)

### Features

* added merge command and changed previous root command to impor… ([#49](#49)) ([3c8fcbc](3c8fcbc))
* limit individual bundle size ([4ea3f83](4ea3f83))

### Bug Fixes

* added SleepAfterImport to possibly address MERGE conflicts ([e16fd4a](e16fd4a))
* use structured, configurably-named checkpoint file ([650868f](650868f))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#46](#46)) ([4e3b2e0](4e3b2e0))
* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.204-jammy docker digest to 803a3c5 ([#39](#39)) ([bb6c947](bb6c947))
* **deps:** update miracum/.github action to v1.8.3 ([#47](#47)) ([7557d5d](7557d5d))
@miracum-bot
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

chgl added a commit that referenced this pull request May 28, 2024
* feat!: added merge command and changed previous root command to impor… (#49)

* feat!: added merge command and changed previous root command to import sub-command

* docs: updated merge command

* fix: use structured, configurably-named checkpoint file

* feat: limit individual bundle size

* test: more logging and fixed tests

* fix: added SleepAfterImport to possibly address MERGE conflicts

* chore(release): 2.0.0

## [2.0.0](v1.3.2...v2.0.0) (2024-05-28)

### ⚠ BREAKING CHANGES

* added merge command and changed previous root command to impor… (#49)

### Features

* added merge command and changed previous root command to impor… ([#49](#49)) ([3c8fcbc](3c8fcbc))
* limit individual bundle size ([4ea3f83](4ea3f83))

### Bug Fixes

* added SleepAfterImport to possibly address MERGE conflicts ([e16fd4a](e16fd4a))
* use structured, configurably-named checkpoint file ([650868f](650868f))

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#46](#46)) ([4e3b2e0](4e3b2e0))
* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.204-jammy docker digest to 803a3c5 ([#39](#39)) ([bb6c947](bb6c947))
* **deps:** update miracum/.github action to v1.8.3 ([#47](#47)) ([7557d5d](7557d5d))

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
miracum-bot pushed a commit that referenced this pull request May 28, 2024
## [1.3.3](v1.3.2...v1.3.3) (2024-05-28)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#46](#46)) ([4e3b2e0](4e3b2e0))
* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.204-jammy docker digest to 803a3c5 ([#39](#39)) ([bb6c947](bb6c947))
* **deps:** update miracum/.github action to v1.8.3 ([#47](#47)) ([7557d5d](7557d5d))
* next major version ([#50](#50)) ([269fa8b](269fa8b)), closes [#49](#49) [#49](#49) [#49](#49) [#46](#46) [#39](#39) [#47](#47)
@miracum-bot
Copy link

🎉 This PR is included in version 1.3.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants