-
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 2 updates (#97) Bumps the prod-github-actions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [gradle/actions](https://github.com/gradle/actions). Updates `github/codeql-action` from 3.25.12 to 3.25.15 - [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.12...v3.25.15) Updates `gradle/actions` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
16885d0
commit b5a85e1
Showing
6 changed files
with
12 additions
and
12 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 |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
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/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
|
||
# ℹ️ 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/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
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 |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Detekt | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.4.2 | ||
uses: gradle/actions/setup-gradle@v3.5.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/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
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 |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Android Lint | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.4.2 | ||
uses: gradle/actions/setup-gradle@v3.5.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/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
if: success() || failure() | ||
with: | ||
sarif_file: library/build/reports/lint-results-debug.sarif | ||
|
@@ -117,7 +117,7 @@ jobs: | |
|
||
# Sets up Gradle as a prerequisite to run Android Lint | ||
- name: Setup Gradle | ||
uses: gradle/actions/setup-gradle@v3.4.2 | ||
uses: gradle/actions/setup-gradle@v3.5.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/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
|
||
# Uploads Sarif Report to GitHub | ||
- name: Upload mobsfscan report | ||
uses: github/codeql-action/[email protected].12 | ||
uses: github/codeql-action/[email protected].15 | ||
if: success() || failure() | ||
with: | ||
sarif_file: mobsf.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
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