Skip to content

Commit 93e59ae

Browse files
authoredFeb 16, 2025··
build(deps): bump github/codeql-action in the prod-github-actions group (#46)
Bumps the prod-github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.28.8 to 3.28.9 - [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.8...v3.28.9) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d540687 commit 93e59ae

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

‎.github/workflows/codeql-package.yml

+2-2
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/init@v3.28.8
89+
uses: github/codeql-action/init@v3.28.9
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/analyze@v3.28.8
119+
uses: github/codeql-action/analyze@v3.28.9
120120
if: success() || failure()
121121
with:
122122
category: "/language:${{matrix.language}}"

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

+2-2
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/init@v3.28.8
91+
uses: github/codeql-action/init@v3.28.9
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/analyze@v3.28.8
122+
uses: github/codeql-action/analyze@v3.28.9
123123
if: success() || failure()
124124
with:
125125
category: "/language:${{matrix.language}}"

‎.github/workflows/mobsf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Uploads Sarif Report to GitHub
5252
- name: Upload mobsfscan report
53-
uses: github/codeql-action/upload-sarif@v3.28.8
53+
uses: github/codeql-action/upload-sarif@v3.28.9
5454
if: success() || failure()
5555
with:
5656
sarif_file: mobsf.sarif.json

‎.github/workflows/swiftlint.yml

+1-1
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/upload-sarif@v3.28.8
47+
uses: github/codeql-action/upload-sarif@v3.28.9
4848
if: success() || failure()
4949
with:
5050
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)
Please sign in to comment.