-
Notifications
You must be signed in to change notification settings - Fork 0
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 with 2 updates
Bumps the prod-github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [MobSF/mobsfscan](https://github.com/mobsf/mobsfscan). Updates `github/codeql-action` from 3.27.0 to 3.27.1 - [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.27.0...v3.27.1) Updates `MobSF/mobsfscan` from 0.3.9 to 0.4.2 - [Release notes](https://github.com/mobsf/mobsfscan/releases) - [Commits](MobSF/mobsfscan@849b749...d94f4a5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-github-actions - dependency-name: MobSF/mobsfscan dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4b2fd15
commit 7560d81
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -84,7 +84,7 @@ jobs: | |
|
||
# Initialize CodeQL. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].1 | ||
with: | ||
languages: ${{ matrix.language }} | ||
build-mode: ${{ matrix.build-mode }} | ||
|
@@ -114,7 +114,7 @@ jobs: | |
|
||
# Perform CodeQL analysis after the build has completed successfully or failed. | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].1 | ||
if: success() || failure() | ||
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 |
---|---|---|
|
@@ -86,7 +86,7 @@ jobs: | |
|
||
# Initialize CodeQL. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].1 | ||
with: | ||
languages: ${{ matrix.language }} | ||
build-mode: ${{ matrix.build-mode }} | ||
|
@@ -117,7 +117,7 @@ jobs: | |
|
||
# Perform CodeQL Analysis if the build succeeded or failed. | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].1 | ||
if: success() || failure() | ||
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 |
---|---|---|
|
@@ -42,13 +42,13 @@ jobs: | |
|
||
# Performs analysis using MobSF and outputs a Sarif Report | ||
- name: Run mobsfscan | ||
uses: MobSF/mobsfscan@849b749e7f3244c7b4f418ff858a9fa4e1406115 | ||
uses: MobSF/mobsfscan@d94f4a5a86bb7f3b79bc64b6fd306adb17379cbe | ||
with: | ||
args: . --sarif --output mobsf.sarif.json || true | ||
|
||
# Uploads Sarif Report to GitHub | ||
- name: Upload mobsfscan report | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].1 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
# Uploads Sarif Report for the app to GitHub | ||
- name: Upload Swift app report | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].1 | ||
if: success() || failure() | ||
with: | ||
sarif_file: lint-results-debug.sarif | ||
|