Update 'com.gradle.enterprise' to '3.12.3', 'com.gradle.common-custom-user-data-gradle-plugin' to '1.8.2', GitHub actions workflow steps setup-java, cache and upload-artifact to v3, and run dependabot on github actions versions

This commit is contained in:
Christian Beikov 2023-02-03 18:00:08 +01:00
parent 890e4ad62c
commit 8bce5959a2
3 changed files with 9 additions and 5 deletions

View File

@ -14,3 +14,7 @@ updates:
- gradle-plugin-portal - gradle-plugin-portal
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily

View File

@ -61,7 +61,7 @@ jobs:
RDBMS: ${{ matrix.rdbms }} RDBMS: ${{ matrix.rdbms }}
run: ci/database-start.sh run: ci/database-start.sh
- name: Set up Java 11 - name: Set up Java 11
uses: actions/setup-java@v2 uses: actions/setup-java@v3
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: '11' java-version: '11'
@ -70,7 +70,7 @@ jobs:
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
shell: bash shell: bash
- name: Cache Maven local repository - name: Cache Maven local repository
uses: actions/cache@v2 uses: actions/cache@v3
id: cache-maven id: cache-maven
with: with:
path: | path: |
@ -85,7 +85,7 @@ jobs:
run: ./ci/build-github.sh run: ./ci/build-github.sh
shell: bash shell: bash
- name: Upload test reports (if Gradle failed) - name: Upload test reports (if Gradle failed)
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
if: failure() if: failure()
with: with:
name: test-reports-java11-${{ matrix.rdbms }} name: test-reports-java11-${{ matrix.rdbms }}

View File

@ -19,8 +19,8 @@ pluginManagement {
plugins { plugins {
id 'org.hibernate.orm.build.env-settings' id 'org.hibernate.orm.build.env-settings'
id 'com.gradle.enterprise' version '3.11.1' id 'com.gradle.enterprise' version '3.12.3'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.1' id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.2'
} }
// version catalog support // version catalog support