Skip to content

Commit 21b97f8

Browse files
authored
Merge pull request #249 from smallstep/dependabot/github_actions/codecov/codecov-action-5.5.1
build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1
2 parents e48f87a + a12e164 commit 21b97f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
test-results: gotestsum.json
128128
-
129129
name: Codecov
130-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
130+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
131131
if: inputs.run-codecov && matrix.go == 'stable'
132132
with:
133133
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)