Skip to content

Commit ec4d263

Browse files
build(deps): bump the prod-github-actions group with 2 updates (#42)
Bumps the prod-github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `github/codeql-action` from 3.28.5 to 3.28.8 - [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.28.5...v3.28.8) Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.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: actions/setup-python 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 4023dd2 commit ec4d263

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
@@ -86,7 +86,7 @@ jobs:
8686

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

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

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

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

8989
# Initialize CodeQL.
9090
- name: Initialize CodeQL
91-
uses: github/codeql-action/[email protected].5
91+
uses: github/codeql-action/[email protected].8
9292
with:
9393
languages: ${{ matrix.language }}
9494
build-mode: ${{ matrix.build-mode }}
@@ -119,7 +119,7 @@ jobs:
119119

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

.github/workflows/mobsf.yml

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

3232
# Sets up the python as a prerequisites for MobSF
3333
- name: Setup python
34-
uses: actions/setup-python@v5.3.0
34+
uses: actions/setup-python@v5.4.0
3535
with:
3636
python-version: 3.9
3737

@@ -50,7 +50,7 @@ jobs:
5050

5151
# Uploads Sarif Report to GitHub
5252
- name: Upload mobsfscan report
53-
uses: github/codeql-action/[email protected].5
53+
uses: github/codeql-action/[email protected].8
5454
if: success() || failure()
5555
with:
5656
sarif_file: mobsf.sarif.json

.github/workflows/swiftlint.yml

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

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

0 commit comments

Comments
 (0)