From 48b82a01c8b3e92accb57ab45e10b4ee3c780a72 Mon Sep 17 00:00:00 2001 From: Gaelle Fournier Date: Wed, 9 Aug 2023 15:53:32 +0200 Subject: [PATCH 1/3] chore(ci): Upgrade telemetry otlp collector version --- .github/actions/e2e-telemetry/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-telemetry/action.yml b/.github/actions/e2e-telemetry/action.yml index b7af6187b8..c5909ef0dc 100644 --- a/.github/actions/e2e-telemetry/action.yml +++ b/.github/actions/e2e-telemetry/action.yml @@ -103,7 +103,7 @@ runs: uses: ./.github/actions/kamel-install-otlp-collector with: otlp-collector-image-name: otel/opentelemetry-collector - otlp-collector-image-version: 0.75.0 + otlp-collector-image-version: 0.82.0 - id: report-problematic name: List Tests Marked As Problematic From 201d3366f1add789c0f46abd34b9148dd89e41bf Mon Sep 17 00:00:00 2001 From: Gaelle Fournier Date: Wed, 9 Aug 2023 15:54:22 +0200 Subject: [PATCH 2/3] chore(ci): github action setup-go@v4 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 18d54fa654..fd9ee8d939 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Setup go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: '1.20' check-latest: true From 5023c0e72b521303a31251468f14860b45f6f4a6 Mon Sep 17 00:00:00 2001 From: Gaelle Fournier Date: Wed, 9 Aug 2023 15:54:54 +0200 Subject: [PATCH 3/3] chore(ci): github action checkout@v3 --- .github/workflows/common.yml | 2 +- .github/workflows/install.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 1be486dc57..627ea36e7e 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -99,7 +99,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false submodules: recursive diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 37a8c0ee21..7c1e0c5bd1 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false submodules: recursive @@ -122,7 +122,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false submodules: recursive