We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044350 commit 97dc860Copy full SHA for 97dc860
.github/workflows/coverage-linux.yml
@@ -63,6 +63,6 @@ jobs:
63
run: |
64
npm run report-coverage-xml
65
- name: Upload
66
- uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
67
with:
68
directory: ./coverage-xml
.github/workflows/release-please.yml
@@ -20,7 +20,7 @@ jobs:
20
21
egress-policy: audit
22
23
- - uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
+ - uses: googleapis/release-please-action@d1a8f221d7723166f48a584aebba00ef3f6febec # v4.1.4
24
id: release
25
26
config-file: release-please-config.json
0 commit comments