Skip to content

Commit 094fa86

Browse files
build(deps): bump github/codeql-action in the prod-github-actions group (#23)
Bumps the prod-github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.27.5 to 3.27.6 - [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.5...v3.27.6) --- 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 b19cf07 commit 094fa86

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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].5
87+
uses: github/codeql-action/[email protected].6
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].5
117+
uses: github/codeql-action/[email protected].6
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].5
89+
uses: github/codeql-action/[email protected].6
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].5
120+
uses: github/codeql-action/[email protected].6
121121
if: success() || failure()
122122
with:
123123
category: "/language:${{matrix.language}}"

.github/workflows/mobsf.yml

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

4949
# Uploads Sarif Report to GitHub
5050
- name: Upload mobsfscan report
51-
uses: github/codeql-action/[email protected].5
51+
uses: github/codeql-action/[email protected].6
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].5
46+
uses: github/codeql-action/[email protected].6
4747
if: success() || failure()
4848
with:
4949
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)