diff --git a/.github/workflows/gatling-tests.yml b/.github/workflows/gatling-tests.yml index d03fe9745..ea520c8a8 100644 --- a/.github/workflows/gatling-tests.yml +++ b/.github/workflows/gatling-tests.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: ${{ matrix.java }} distribution: "temurin" diff --git a/catalog-service/.github/workflows/maven-dev.yml b/catalog-service/.github/workflows/maven-dev.yml index 845507069..7a82099cd 100644 --- a/catalog-service/.github/workflows/maven-dev.yml +++ b/catalog-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin' diff --git a/catalog-service/.github/workflows/maven-main.yml b/catalog-service/.github/workflows/maven-main.yml index df7c03d5d..827efd2e8 100644 --- a/catalog-service/.github/workflows/maven-main.yml +++ b/catalog-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin' diff --git a/inventory-service/.github/workflows/maven-dev.yml b/inventory-service/.github/workflows/maven-dev.yml index 845507069..7a82099cd 100644 --- a/inventory-service/.github/workflows/maven-dev.yml +++ b/inventory-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin' diff --git a/inventory-service/.github/workflows/maven-main.yml b/inventory-service/.github/workflows/maven-main.yml index df7c03d5d..827efd2e8 100644 --- a/inventory-service/.github/workflows/maven-main.yml +++ b/inventory-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin' diff --git a/order-service/.github/workflows/maven-dev.yml b/order-service/.github/workflows/maven-dev.yml index 1f5d3d47a..219c6c792 100644 --- a/order-service/.github/workflows/maven-dev.yml +++ b/order-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 17 distribution: 'temurin' diff --git a/order-service/.github/workflows/maven-main.yml b/order-service/.github/workflows/maven-main.yml index df7c03d5d..827efd2e8 100644 --- a/order-service/.github/workflows/maven-main.yml +++ b/order-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin' diff --git a/payment-service/.github/workflows/maven-dev.yml b/payment-service/.github/workflows/maven-dev.yml index 788415ad3..1c2dd6574 100644 --- a/payment-service/.github/workflows/maven-dev.yml +++ b/payment-service/.github/workflows/maven-dev.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin' diff --git a/payment-service/.github/workflows/maven-main.yml b/payment-service/.github/workflows/maven-main.yml index b0185dd46..06556f119 100644 --- a/payment-service/.github/workflows/maven-main.yml +++ b/payment-service/.github/workflows/maven-main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.2.2 with: java-version: 21 distribution: 'temurin'