Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Test
run: ./test.sh
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

For future: Could we switch this to use full hashes of the github actions in a follow-up PR? We've seen multiple supply chain attacks due to references to mutable versions (also, it is actually impossible to see which version of v5 was used here in retrospect etc, so we don't know how much changes on the upgrade).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@dbrattli Could you pull this into "future improvements" ? (not a blocker for this PR)

with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.lcov
Expand Down
Loading