-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8098 from lpalashevski/dependabot-03-2024
Dependabot 03 2024 (1)
- Loading branch information
Showing
10 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,15 +30,15 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- uses: gradle/wrapper-validation-action@v1 | ||
- uses: gradle/wrapper-validation-action@v2 | ||
- name: Setup Java JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3.23.2 | ||
uses: github/codeql-action/init@v3.24.6 | ||
with: | ||
languages: java | ||
queries: security-and-quality | ||
|
@@ -51,6 +51,6 @@ jobs: | |
cache-disabled: true | ||
arguments: -x javadoc -x test build -PskipOpenTypesFVT | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3.23.2 | ||
uses: github/codeql-action/analyze@v3.24.6 | ||
with: | ||
ram: 4096 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Link Checker | ||
uses: lycheeverse/lychee-action@v1.8.0 | ||
uses: lycheeverse/lychee-action@v1.9.3 | ||
with: | ||
# Can switch to true once we run clean | ||
fail: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
name: Checkout source | ||
- uses: gradle/wrapper-validation-action@v1 | ||
- uses: gradle/wrapper-validation-action@v2 | ||
- name: Set up JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
|
@@ -126,19 +126,19 @@ jobs: | |
platforms: linux/amd64,linux/arm64 | ||
# -- | ||
- name: Upload Log of any dependency failures | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: Dependency Analysis Report (on failure) | ||
path: build/reports/dependency-analysis/build-health-report.txt | ||
if-no-files-found: ignore | ||
# Mostly for verification - not published to the release itself for now | ||
- name: Upload assemblies | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: Assemblies | ||
path: open-metadata-distribution/open-metadata-assemblies/build/distributions/*.gz | ||
- name: Upload Test coverage report | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: Jacoco Coverage Report | ||
path: build/reports/jacoco/codeCoverageReport | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
if: startsWith(github.repository,'odpi/') | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: gradle/wrapper-validation-action@v1 | ||
- uses: gradle/wrapper-validation-action@v2 | ||
- name: Set up JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
|
@@ -32,12 +32,12 @@ jobs: | |
build | ||
--scan | ||
- name: Upload Test coverage report | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: Jacoco Coverage Report | ||
path: build/reports/jacoco/codeCoverageReport | ||
- name: Upload Log of any dependency failures | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: Dependency Analysis Report (on failure) | ||
path: build/reports/dependency-analysis/build-health-report.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
name: Checkout source | ||
- uses: gradle/wrapper-validation-action@v1 | ||
- uses: gradle/wrapper-validation-action@v2 | ||
# Prep for docker builds | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
|
@@ -88,7 +88,7 @@ jobs: | |
platforms: linux/amd64,linux/arm64 | ||
# Mostly for verification - not published to the release itself for now | ||
- name: Upload assemblies | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: Assemblies | ||
path: open-metadata-distribution/open-metadata-assemblies/build/distributions/*.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
open-metadata-resources/open-metadata-deployment/docker/configure/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters