Skip to content

Commit

Permalink
chore(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.4 (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Klick <[email protected]>
  • Loading branch information
dependabot[bot] and nathanklick authored Jun 28, 2023
1 parent db59e7c commit dc0a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

- name: Publish To Codecov
if: ${{ inputs.enable-unit-tests && steps.gradle-build.conclusion == 'success' && !cancelled() }}
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
env:
CODECOV_TOKEN: ${{ secrets.codecov-token }}

Expand Down

0 comments on commit dc0a27a

Please sign in to comment.