diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index f0aa05c..9b8565b 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -71,7 +71,7 @@ jobs: build/reports/abort-mission/abort-mission-report.html retention-days: 5 - name: Upload coverage to Codecov - uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/jacoco/report.xml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7d2340b..9e809a1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -72,7 +72,7 @@ jobs: run: | rm -rf ${{ runner.temp }}/.gnupg/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0 + uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/jacoco/report.xml