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 #193

Merged
merged 1 commit into from
Aug 5, 2024
Merged

chore(deps): update github-actions #193

merged 1 commit into from
Aug 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action patch v4.3.4 -> v4.3.5
docker/setup-buildx-action action minor v3.4.0 -> v3.6.1
github/codeql-action action patch v3.25.11 -> v3.25.15
miracum/.github action patch v1.11.2 -> v1.11.4
ossf/scorecard-action action minor v2.3.3 -> v2.4.0

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.3.5

Compare Source

docker/setup-buildx-action (docker/setup-buildx-action)

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

github/codeql-action (github/codeql-action)

v3.25.15

Compare Source

v3.25.14

Compare Source

v3.25.13

Compare Source

v3.25.12

Compare Source

miracum/.github (miracum/.github)

v1.11.4

Compare Source

Miscellaneous Chores

v1.11.3

Compare Source

Miscellaneous Chores
ossf/scorecard-action (ossf/scorecard-action)

v2.4.0

Compare Source

What's Changed

This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.3.3...v2.4.0


Configuration

📅 Schedule: Branch creation - "every 3 months 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.

👻 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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Aug 1, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.12s
✅ BASH bash-exec 1 0 0.0s
✅ BASH shellcheck 1 0 0.01s
✅ BASH shfmt 1 0 0.03s
✅ CSHARP csharpier 95 0 4.67s
⚠️ CSHARP roslynator 3 2 46.33s
✅ DOCKERFILE hadolint 1 0 0.14s
✅ EDITORCONFIG editorconfig-checker 181 0 1.52s
✅ JSON jsonlint 27 0 0.42s
✅ JSON prettier 27 0 3.91s
✅ JSON v8r 27 0 10.95s
✅ MARKDOWN markdownlint 4 0 1.24s
✅ PROTOBUF protolint 4 0 7.11s
✅ REPOSITORY checkov yes no 14.65s
✅ REPOSITORY dustilock yes no 0.06s
✅ REPOSITORY gitleaks yes no 0.63s
✅ REPOSITORY git_diff yes no 0.07s
✅ REPOSITORY grype yes no 15.07s
✅ REPOSITORY kics yes no 17.7s
✅ REPOSITORY secretlint yes no 1.34s
✅ REPOSITORY syft yes no 0.4s
✅ REPOSITORY trivy yes no 8.84s
✅ REPOSITORY trivy-sbom yes no 1.17s
✅ REPOSITORY trufflehog yes no 5.65s
✅ XML xmllint 2 0 0.01s
✅ YAML prettier 29 0 2.52s
✅ YAML v8r 29 0 39.99s
✅ YAML yamllint 29 0 1.0s

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 ece60ba to d16c488 Compare August 2, 2024 11:07
@renovate renovate bot force-pushed the renovate/github-actions branch from d16c488 to 2ad409b Compare August 2, 2024 15:07
Copy link

github-actions bot commented Aug 2, 2024

Trivy image scan report

ghcr.io/miracum/fhir-pseudonymizer:pr-193 (ubuntu 24.04)

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

Show detailed table of vulnerabilities
Package ID Severity Installed Version Fixed Version
libssl3t64 CVE-2024-2511 LOW 3.0.13-0ubuntu3.1 3.0.13-0ubuntu3.2
libssl3t64 CVE-2024-4603 LOW 3.0.13-0ubuntu3.1 3.0.13-0ubuntu3.2
libssl3t64 CVE-2024-4741 LOW 3.0.13-0ubuntu3.1 3.0.13-0ubuntu3.2
libssl3t64 CVE-2024-5535 LOW 3.0.13-0ubuntu3.1 3.0.13-0ubuntu3.2

No Misconfigurations found

opt/fhir-pseudonymizer/FhirPseudonymizer.deps.json

No Vulnerabilities found

No Misconfigurations found

opt/fhir-pseudonymizer/packages.lock.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.AspNetCore.App/8.0.7/Microsoft.AspNetCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.7/Microsoft.NETCore.App.deps.json

No Vulnerabilities found

No Misconfigurations found

Copy link

github-actions bot commented Aug 2, 2024

Code Coverage

Package Line Rate Branch Rate Health
FhirPseudonymizer.Tests 100% 100%
FhirPseudonymizer 74% 65%
Summary 81% (816 / 1008) 68% (93 / 136)

Minimum allowed line rate is 50%


iter8 report

Experiment summary:
*******************

  Experiment completed: true
  No task failures: true
  Total number of tasks: 7
  Number of completed tasks: 7
  Number of completed loops: 1

Whether or not service level objectives (SLOs) are satisfied:
*************************************************************

  SLO Conditions                 | Satisfied
  --------------                 | ---------
  http/error-count <= 0          | true
  http/latency-mean (msec) <= 25 | true
  http/latency-p99 (msec) <= 85  | true
  

Latest observed values for metrics:
***********************************

  Metric                     | value
  -------                    | -----
  http/error-count           | 0.00
  http/error-rate            | 0.00
  http/latency-max (msec)    | 843.82
  http/latency-mean (msec)   | 14.71
  http/latency-min (msec)    | 2.16
  http/latency-p50 (msec)    | 7.35
  http/latency-p75 (msec)    | 13.07
  http/latency-p90 (msec)    | 45.88
  http/latency-p95 (msec)    | 55.56
  http/latency-p99 (msec)    | 71.06
  http/latency-p99.9 (msec)  | 113.33
  http/latency-stddev (msec) | 20.46
  http/request-count         | 25000.00
  

@chgl chgl merged commit 8c2b726 into master Aug 5, 2024
15 checks passed
@renovate renovate bot deleted the renovate/github-actions branch August 5, 2024 09:40
miracum-bot pushed a commit that referenced this pull request Aug 5, 2024
## [2.21.14](v2.21.13...v2.21.14) (2024-08-05)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([#192](#192)) ([c8b6062](c8b6062))
* **deps:** update dependency verify.xunit to v26 ([#194](#194)) ([03d24e4](03d24e4))
* **deps:** update dependency yamldotnet to v16 ([#195](#195)) ([98abbf2](98abbf2))
* **deps:** update docker.io/bitnami/kubectl:1.30.2 docker digest to dc190b7 ([#189](#189)) ([f3db2cb](f3db2cb))
* **deps:** update docker.io/library/postgres:16.3 docker digest to d0f363f ([#190](#190)) ([f92a84d](f92a84d))
* **deps:** update github-actions ([#193](#193)) ([8c2b726](8c2b726))
* **deps:** update mcr.microsoft.com/dotnet/sdk:8.0.303-noble docker digest to e1713ba ([#191](#191)) ([290cbe3](290cbe3))
@miracum-bot
Copy link

🎉 This issue has been resolved in version 2.21.14 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants