diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 88aa6d1..f9d2ecc 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@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/jacoco/report.xml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7e3678a..7aef116 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@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./build/reports/jacoco/report.xml