Skip to content

Commit 3e3e329

Browse files
build(deps): bump the prod-github-actions group across 1 directory with 2 updates (#20)
Bumps the prod-github-actions group with 2 updates in the / directory: [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.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.27.0...v3.27.5) Updates `MobSF/mobsfscan` from 0.3.9 to 0.4.5 - [Release notes](https://github.com/mobsf/mobsfscan/releases) - [Commits](MobSF/mobsfscan@849b749...3d87bc5) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4f778a commit 3e3e329

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Initialize CodeQL.
8686
- name: Initialize CodeQL
87-
uses: github/codeql-action/[email protected].0
87+
uses: github/codeql-action/[email protected].5
8888
with:
8989
languages: ${{ matrix.language }}
9090
build-mode: ${{ matrix.build-mode }}
@@ -114,7 +114,7 @@ jobs:
114114

115115
# Perform CodeQL analysis after the build has completed successfully or failed.
116116
- name: Perform CodeQL Analysis
117-
uses: github/codeql-action/[email protected].0
117+
uses: github/codeql-action/[email protected].5
118118
if: success() || failure()
119119
with:
120120
category: "/language:${{matrix.language}}"

.github/workflows/codeql-samples-quickstart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
# Initialize CodeQL.
8888
- name: Initialize CodeQL
89-
uses: github/codeql-action/[email protected].0
89+
uses: github/codeql-action/[email protected].5
9090
with:
9191
languages: ${{ matrix.language }}
9292
build-mode: ${{ matrix.build-mode }}
@@ -117,7 +117,7 @@ jobs:
117117

118118
# Perform CodeQL Analysis if the build succeeded or failed.
119119
- name: Perform CodeQL Analysis
120-
uses: github/codeql-action/[email protected].0
120+
uses: github/codeql-action/[email protected].5
121121
if: success() || failure()
122122
with:
123123
category: "/language:${{matrix.language}}"

.github/workflows/mobsf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242

4343
# Performs analysis using MobSF and outputs a Sarif Report
4444
- name: Run mobsfscan
45-
uses: MobSF/mobsfscan@849b749e7f3244c7b4f418ff858a9fa4e1406115
45+
uses: MobSF/mobsfscan@3d87bc570c4614d705547bddb521395663dba353
4646
with:
4747
args: . --sarif --output mobsf.sarif.json || true
4848

4949
# Uploads Sarif Report to GitHub
5050
- name: Upload mobsfscan report
51-
uses: github/codeql-action/[email protected].0
51+
uses: github/codeql-action/[email protected].5
5252
if: success() || failure()
5353
with:
5454
sarif_file: mobsf.sarif.json

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Uploads Sarif Report for the app to GitHub
4545
- name: Upload Swift app report
46-
uses: github/codeql-action/[email protected].0
46+
uses: github/codeql-action/[email protected].5
4747
if: success() || failure()
4848
with:
4949
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)