diff --git a/.github/workflows/collect-coverage.yml b/.github/workflows/collect-coverage.yml index 5e7dc97..f778bc0 100644 --- a/.github/workflows/collect-coverage.yml +++ b/.github/workflows/collect-coverage.yml @@ -110,7 +110,7 @@ jobs: - if: ${{ steps.head.outputs.available == 'true' }} name: Upload coverage to codecov - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.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 71bf24f..e27207b 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@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: files: '**/junit_report.xml' report_type: 'test_results' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 533c396..82b83a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@b0542d87f701a2fdba9629421026a2bdd54e2859 # v1.4.15 - name: Install git-cliff - uses: taiki-e/install-action@4bc351f7f2614e48088386e2a0ad917ca3a7e4ba # v2.81.5 + uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2.81.8 with: tool: git-cliff -