-
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 github/codeql-action in the prod-github-actions group
Bumps the prod-github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.26.0 to 3.26.2 - [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.26.0...v3.26.2) --- updated-dependencies: - dependency-name: github/codeql-action 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
12b7d8d
commit 04f344b
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -82,7 +82,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].2 | ||
with: | ||
languages: ${{ matrix.language }} | ||
#build-mode: ${{ matrix.build-mode }} | ||
|
@@ -105,7 +105,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].0 | ||
uses: github/codeql-action/[email protected].2 | ||
|
||
|
||
#- if: matrix.build-mode == 'manual' | ||
|
@@ -125,6 +125,6 @@ jobs: | |
|
||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].2 | ||
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 |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
|
||
# Uploads Sarif Report to GitHub | ||
- name: Upload mobsfscan report | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].2 | ||
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 |
---|---|---|
|
@@ -41,7 +41,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].2 | ||
if: success() || failure() | ||
with: | ||
sarif_file: lint-results-debug.sarif | ||
|