diff --git a/.github/workflows/collect-coverage.yml b/.github/workflows/collect-coverage.yml index 6f17a8a..5767c4c 100644 --- a/.github/workflows/collect-coverage.yml +++ b/.github/workflows/collect-coverage.yml @@ -139,7 +139,7 @@ jobs: - if: ${{ steps.head.outputs.available == 'true' }} name: Upload coverage to codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 with: name: Aggregated coverage # All *.coverage.*.out files uploaded should be detected by the codecov action. diff --git a/.github/workflows/collect-reports.yml b/.github/workflows/collect-reports.yml index edf6d73..1802b74 100644 --- a/.github/workflows/collect-reports.yml +++ b/.github/workflows/collect-reports.yml @@ -64,7 +64,7 @@ jobs: - name: Upload test results to Codecov # This allows for using the test results UI on codecov - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 with: files: '**/junit_report.xml' report_type: 'test_results' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b49486d..bf0630e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@c0f86e95429fd84e4c96786d630422e9221f556a # v1.4.19 - name: Install git-cliff - uses: taiki-e/install-action@9534c84618278caac52cb373bb164ed464dbd8af # v2.87.11 + uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12 with: tool: git-cliff -