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

Update GitHub actions #7059

Merged
merged 1 commit into from Apr 14, 2024
Merged

Update GitHub actions #7059

merged 1 commit into from Apr 14, 2024

Conversation

glen-84
Copy link
Collaborator

@glen-84 glen-84 commented Apr 14, 2024

Summary of the changes (Less than 80 chars)

  • Updated GitHub actions.

  • actions/checkout@3
    • ℹ️ Adds support for sparse checkouts.
  • actions/checkout@4
    • Supports fetching without the --progress option.
      • ✅ I've enabled this.
    • ️ℹ️ Adds support for partial checkout filters.
  • actions/labeler@v4
    • repo-token input is optional.
      • ✅ I've removed it.
  • actions/labeler@v5
    • New (over-engineered) configuration format.
      • ✅ I've updated the configuration. I hope it's correct. 🤞
  • actions/setup-node@3
    • Adds support for reading from engines.node.
      • ℹ️ Could be useful.
  • docker/build-push-action@4
    • Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

      • ⚠️ Potential issue. Unlikely.

Copy link

Qodana for .NET

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.09%. Comparing base (ed99eb6) to head (01d4a7e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7059      +/-   ##
==========================================
+ Coverage   72.02%   72.09%   +0.07%     
==========================================
  Files        2607     2621      +14     
  Lines      130140   130776     +636     
==========================================
+ Hits        93728    94281     +553     
- Misses      36412    36495      +83     
Flag Coverage Δ
unittests 72.09% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelstaib michaelstaib merged commit 9f41a5f into main Apr 14, 2024
98 of 101 checks passed
@michaelstaib michaelstaib deleted the gai/update-github-actions branch April 14, 2024 17:29
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.

None yet

2 participants