diff options
author | Valery Piashchynski <[email protected]> | 2022-04-12 09:33:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-12 09:33:00 +0200 |
commit | d7ff0fb6aa6d7942cab957a84d3c36f70390554d (patch) | |
tree | 2c21fa33447934920613a6564e8f95c6602114d2 /.github | |
parent | 462a1bcef567c39020bd76817691e064382980a9 (diff) | |
parent | 41666265cb0009df5c7b1b7e900868255016f2cb (diff) |
Merge branch 'master' into dependabot/github_actions/aquasecurity/trivy-action-0.2.3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec546ca9..bfaa4918 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: - name: Upload Coverage report to CodeCov continue-on-error: true - uses: codecov/[email protected] # https://github.com/codecov/codecov-action + uses: codecov/[email protected] # https://github.com/codecov/codecov-action with: file: /tmp/coverage.txt |