We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12b34 commit 283bb71Copy full SHA for 283bb71
.github/workflows/module.build.yml
@@ -169,7 +169,7 @@ jobs:
169
shell: bash
170
run: bazel coverage --config=ci ${{ inputs.flags }} "//tools/..." "//tests/..." "//.aspect/..."
171
- name: "Report: Coverage"
172
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
173
if: inputs.coverage
174
continue-on-error: true
175
with:
0 commit comments