diff --git a/.github/workflows/zxc-code-analysis.yaml b/.github/workflows/zxc-code-analysis.yaml index 401918c4..b8380aed 100644 --- a/.github/workflows/zxc-code-analysis.yaml +++ b/.github/workflows/zxc-code-analysis.yaml @@ -137,7 +137,7 @@ jobs: name: Coverage Reports - name: Publish To Codecov - uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 if: ${{ inputs.enable-codecov-analysis && !cancelled() && !failure() }} env: CODECOV_TOKEN: ${{ secrets.codecov-token }}