diff --git a/.github/workflows/zxc-code-analysis.yaml b/.github/workflows/zxc-code-analysis.yaml index e657d549..69ce6f79 100644 --- a/.github/workflows/zxc-code-analysis.yaml +++ b/.github/workflows/zxc-code-analysis.yaml @@ -1,5 +1,5 @@ ## -# Copyright (C) 2023-2024 Hedera Hashgraph, LLC +# Copyright (C) 2023-2025 Hedera Hashgraph, LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -137,7 +137,7 @@ jobs: name: Coverage Reports - name: Publish To Codecov - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 if: ${{ inputs.enable-codecov-analysis && !cancelled() && !failure() }} env: CODECOV_TOKEN: ${{ secrets.codecov-token }}