diff --git a/.github/workflows/.test-unit.yml b/.github/workflows/.test-unit.yml index da2f636a4e..1ec4e7a889 100644 --- a/.github/workflows/.test-unit.yml +++ b/.github/workflows/.test-unit.yml @@ -78,7 +78,7 @@ jobs: tree -nh /tmp/reports - name: Send to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: directory: ./bundles env_vars: RUNNER_OS diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index a9c7e81a67..3ed7aecd5b 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -236,7 +236,7 @@ jobs: tree -nh $reportsPath - name: Send to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: directory: ./bundles/test-integration env_vars: RUNNER_OS @@ -452,7 +452,7 @@ jobs: tree -nh $reportsPath - name: Send to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: directory: ./bundles/test-integration env_vars: RUNNER_OS diff --git a/.github/workflows/.windows.yml b/.github/workflows/.windows.yml index eea179bc16..ec6a13e74c 100644 --- a/.github/workflows/.windows.yml +++ b/.github/workflows/.windows.yml @@ -158,7 +158,7 @@ jobs: - name: Send to Codecov if: inputs.send_coverage - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: working-directory: ${{ env.GOPATH }}\src\github.com\docker\docker directory: bundles @@ -443,7 +443,7 @@ jobs: - name: Send to Codecov if: inputs.send_coverage - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: working-directory: ${{ env.GOPATH }}\src\github.com\docker\docker directory: bundles diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index ca2804313b..a29a11fc02 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -137,7 +137,7 @@ jobs: tree -nh /tmp/reports - name: Send to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: directory: ./bundles env_vars: RUNNER_OS @@ -236,7 +236,7 @@ jobs: tree -nh $reportsPath - name: Send to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: directory: ./bundles/test-integration env_vars: RUNNER_OS