diff --git a/.github/workflows/backwards-compatibility-java11.yml b/.github/workflows/backwards-compatibility-java11.yml index 75c3b37..b12bd84 100644 --- a/.github/workflows/backwards-compatibility-java11.yml +++ b/.github/workflows/backwards-compatibility-java11.yml @@ -31,7 +31,7 @@ jobs: java-version: "11" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v3 + uses: gradle/actions/wrapper-validation@v3 - name: Set up cache for SAP artifacts uses: actions/cache@v4 with: diff --git a/.github/workflows/backwards-compatibility-java17.yml b/.github/workflows/backwards-compatibility-java17.yml index f369f6b..683edaf 100644 --- a/.github/workflows/backwards-compatibility-java17.yml +++ b/.github/workflows/backwards-compatibility-java17.yml @@ -31,7 +31,7 @@ jobs: java-version: "17" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v3 + uses: gradle/actions/wrapper-validation@v3 - name: Set up cache for SAP artifacts uses: actions/cache@v4 with: diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 68f1714..c9100b6 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -29,7 +29,7 @@ jobs: java-version: "17" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v3 + uses: gradle/actions/wrapper-validation@v3 - name: Set up cache for SAP artifacts uses: actions/cache@v4 with: diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 3e7a36c..8d24240 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -19,6 +19,6 @@ jobs: java-version: "17" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v3 + uses: gradle/actions/wrapper-validation@v3 - name: Verify code conventions run: ./gradlew spotlessCheck diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index eef747a..b72baa4 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -28,7 +28,7 @@ jobs: java-version: "17" cache: "gradle" - name: Validate Gradle wrapper - uses: gradle/wrapper-validation-action@v3 + uses: gradle/actions/wrapper-validation@v3 - name: Set up cache for SAP artifacts uses: actions/cache@v4 with: