Skip to content

Commit

Permalink
Merge pull request #1972 from guardrail-dev/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-4.3.0

Bump codecov/codecov-action from 3.1.4 to 4.3.0
  • Loading branch information
blast-hardcheese authored Jul 16, 2024
2 parents 04afb3e + 8ce7ec6 commit a3f35f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GUARDRAIL_CI: true
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 3.1.4
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # 4.3.0
with:
file: ./target/scala-${{ matrix.scala.bincompat }}/scoverage-report/scoverage.xml
fail_ci_if_error: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
${{ runner.os }}-scala-${{ matrix.scala.version }}-
- name: Run tests
run: sbt ++${{ matrix.scala.version }} clean samples/clean coverage "runExample java ${{ matrix.framework.framework }}" ${{ matrix.framework.project }}/test coverageAggregate
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 3.1.4
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # 4.3.0
with:
file: ./target/scala-${{ matrix.scala.bincompat }}/scoverage-report/scoverage.xml
fail_ci_if_error: true
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Run tests
if: ${{ env.combo_enabled == 'true' }}
run: sbt ++${{ matrix.scala.version }} clean samples/clean coverage "runExample scala ${{ matrix.framework.framework }}" ${{ matrix.framework.project }}/test coverageAggregate
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 3.1.4
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # 4.3.0
if: ${{ env.combo_enabled == 'true' }}
with:
file: ./target/scala-${{ matrix.scala.bincompat }}/scoverage-report/scoverage.xml
Expand Down

0 comments on commit a3f35f9

Please sign in to comment.