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

ci: Update to node20 actions #205

Merged
merged 1 commit into from
May 19, 2024
Merged

ci: Update to node20 actions #205

merged 1 commit into from
May 19, 2024

Conversation

auscompgeek
Copy link
Member

@@ -10,10 +10,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
permissions:
id-token: write
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required for Codecov OIDC auth, see below.

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
use_oidc: true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codecov no longer support tokenless uploads from GitHub Actions. This tells the action to auth with GitHub Actions' OpenID Connect support.

@auscompgeek auscompgeek marked this pull request as ready for review May 19, 2024 04:26
@auscompgeek auscompgeek merged commit d2c525a into main May 19, 2024
6 checks passed
@auscompgeek auscompgeek deleted the ci-node20 branch May 19, 2024 23:41
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.

2 participants