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 6deec8f commit 635c804Copy full SHA for 635c804
.github/workflows/build-ghcr.yml
@@ -39,9 +39,7 @@ jobs:
39
make test
40
41
- name: Upload to codecov.io
42
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
43
- env:
44
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
45
46
- name: Generate Docker image tag
47
id: tag
.github/workflows/build.yml
@@ -37,9 +37,7 @@ jobs:
37
38
0 commit comments