-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the prod-github-actions group across 1 directory wi…
…th 4 updates Bumps the prod-github-actions group with 4 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java), [github/codeql-action](https://github.com/github/codeql-action), [gradle/actions](https://github.com/gradle/actions) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-java` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.2.1...v4.2.2) Updates `github/codeql-action` from 3.25.15 to 3.26.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.25.15...v3.26.5) Updates `gradle/actions` from 3.5.0 to 4.0.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v3.5.0...v4.0.0) Updates `actions/upload-artifact` from 4.3.4 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
909c612
commit 633fb9d
Showing
9 changed files
with
24 additions
and
24 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 |
---|---|---|
|
@@ -53,14 +53,14 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Setup JDK 17 | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3.25.15 | ||
uses: github/codeql-action/init@v3.26.5 | ||
with: | ||
languages: ${{ matrix.language }} | ||
# If you wish to specify custom queries, you can do so here or in a config file. | ||
|
@@ -74,7 +74,7 @@ jobs: | |
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). | ||
# If this step fails, then you should remove it and run the build manually (see below) | ||
- name: Autobuild | ||
uses: github/codeql-action/autobuild@v3.25.15 | ||
uses: github/codeql-action/autobuild@v3.26.5 | ||
|
||
# ℹ️ Command-line programs to run using the OS shell. | ||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun | ||
|
@@ -87,6 +87,6 @@ jobs: | |
# ./location_of_script_within_repo/buildscript.sh | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3.25.15 | ||
uses: github/codeql-action/analyze@v3.26.5 | ||
with: | ||
category: "/language:${{matrix.language}}" |
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -66,7 +66,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Detekt | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
uses: gradle/actions/setup-gradle@v4.0.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|
@@ -76,7 +76,7 @@ jobs: | |
|
||
# Uploads Sarif Report to GitHub | ||
- name: Upload SARIF to GitHub | ||
uses: github/codeql-action/upload-sarif@v3.25.15 | ||
uses: github/codeql-action/upload-sarif@v3.26.5 | ||
if: success() || failure() | ||
with: | ||
sarif_file: build/reports/detekt/merge.sarif.json | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -84,7 +84,7 @@ jobs: | |
# Upload E2E Test recording | ||
- name: Upload recording | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
if: ${{ failure() }} | ||
with: | ||
name: 'E2E Test recording - ${{ matrix.api-level }} ${{ matrix.target }} ${{ matrix.arch }} ${{ env.fusionauth-docker-image-version }}' | ||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -100,7 +100,7 @@ jobs: | |
# Upload E2E Test recording | ||
- name: Upload recording | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
if: ${{ failure() }} | ||
with: | ||
name: 'E2E Test recording - ${{ matrix.api-level }} ${{ matrix.target }} ${{ matrix.arch }} ${{ env.fusionauth-docker-image-version }}' | ||
|
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -85,7 +85,7 @@ jobs: | |
# Upload E2E Test recording | ||
- name: Upload recording | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
if: ${{ failure() }} | ||
with: | ||
name: 'E2E Test recording - ${{ matrix.api-level }} ${{ matrix.target }} ${{ matrix.arch }} ${{ matrix.fusionauth-docker-image-version }}' | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Android Lint | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
uses: gradle/actions/setup-gradle@v4.0.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|
@@ -70,7 +70,7 @@ jobs: | |
|
||
# Uploads Sarif Report for the library to GitHub | ||
- name: Upload kotlin library report | ||
uses: github/codeql-action/upload-sarif@v3.25.15 | ||
uses: github/codeql-action/upload-sarif@v3.26.5 | ||
if: success() || failure() | ||
with: | ||
sarif_file: library/build/reports/lint-results-debug.sarif | ||
|
@@ -99,7 +99,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -117,7 +117,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Android Lint | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
uses: gradle/actions/setup-gradle@v4.0.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|
@@ -127,7 +127,7 @@ jobs: | |
|
||
# Uploads Sarif Report for the app to GitHub | ||
- name: Upload kotlin app report | ||
uses: github/codeql-action/upload-sarif@v3.25.15 | ||
uses: github/codeql-action/upload-sarif@v3.26.5 | ||
if: success() || failure() | ||
with: | ||
sarif_file: app/build/reports/lint-results-debug.sarif | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -52,7 +52,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Maven Pre-Release | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
uses: gradle/actions/setup-gradle@v4.0.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|
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 |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
steps: | ||
# Sets up JDK as a prerequisite to run Gradle | ||
- name: Setup Java | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
java-version: '17' | ||
distribution: 'zulu' | ||
|
@@ -67,7 +67,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Maven Release | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.5.0 | ||
uses: gradle/actions/setup-gradle@v4.0.0 | ||
with: | ||
gradle-home-cache-cleanup: true | ||
|
||
|