Skip to content

Commit 12b7d8d

Browse files
build(deps): bump github/codeql-action in the prod-github-actions group (#4)
Bumps the prod-github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.25.12 to 3.26.0 - [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.25.12...v3.26.0) --- updated-dependencies: - dependency-name: github/codeql-action 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 721bb08 commit 12b7d8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/[email protected]
8383

8484
- name: Initialize CodeQL
85-
uses: github/codeql-action/init@v3.25.12
85+
uses: github/codeql-action/init@v3.26.0
8686
with:
8787
languages: ${{ matrix.language }}
8888
#build-mode: ${{ matrix.build-mode }}
@@ -105,7 +105,7 @@ jobs:
105105
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
106106
# If this step fails, then you should remove it and run the build manually (see below)
107107
- name: Autobuild
108-
uses: github/codeql-action/autobuild@v3.25.12
108+
uses: github/codeql-action/autobuild@v3.26.0
109109

110110

111111
#- if: matrix.build-mode == 'manual'
@@ -125,6 +125,6 @@ jobs:
125125

126126

127127
- name: Perform CodeQL Analysis
128-
uses: github/codeql-action/autobuild@v3.25.12
128+
uses: github/codeql-action/autobuild@v3.26.0
129129
with:
130130
category: "/language:${{matrix.language}}"

.github/workflows/mobsf.yml

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

5454
# Uploads Sarif Report to GitHub
5555
- name: Upload mobsfscan report
56-
uses: github/codeql-action/upload-sarif@v3.25.12
56+
uses: github/codeql-action/upload-sarif@v3.26.0
5757
if: success() || failure()
5858
with:
5959
sarif_file: mobsf.sarif.json

.github/workflows/swiftlint.yml

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

4242
# Uploads Sarif Report for the app to GitHub
4343
- name: Upload Swift app report
44-
uses: github/codeql-action/upload-sarif@v3.25.12
44+
uses: github/codeql-action/upload-sarif@v3.26.0
4545
if: success() || failure()
4646
with:
4747
sarif_file: lint-results-debug.sarif

0 commit comments

Comments
 (0)