Skip to content

Commit b6d869c

Browse files
build(deps): bump github/codeql-action in the prod-github-actions group (#293)
Bumps the prod-github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.34.1 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.34.1...v4.35.1) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88c5cfd commit b6d869c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@v4.34.1
65+
uses: github/codeql-action/init@v4.35.1
6666
with:
6767
languages: ${{ matrix.language }}
6868
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,7 +76,7 @@ jobs:
7676
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7777
# If this step fails, then you should remove it and run the build manually (see below)
7878
- name: Autobuild
79-
uses: github/codeql-action/autobuild@v4.34.1
79+
uses: github/codeql-action/autobuild@v4.35.1
8080

8181
# ℹ️ Command-line programs to run using the OS shell.
8282
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -89,6 +89,6 @@ jobs:
8989
# ./location_of_script_within_repo/buildscript.sh
9090

9191
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@v4.34.1
92+
uses: github/codeql-action/analyze@v4.35.1
9393
with:
9494
category: "/language:${{matrix.language}}"

.github/workflows/detekt.yml

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

7878
# Uploads Sarif Report to GitHub
7979
- name: Upload SARIF to GitHub
80-
uses: github/codeql-action/upload-sarif@v4.34.1
80+
uses: github/codeql-action/upload-sarif@v4.35.1
8181
if: success() || failure()
8282
with:
8383
sarif_file: build/reports/detekt/merge.sarif.json

.github/workflows/lint.yml

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

7272
# Uploads Sarif Report for the library to GitHub
7373
- name: Upload kotlin library report
74-
uses: github/codeql-action/upload-sarif@v4.34.1
74+
uses: github/codeql-action/upload-sarif@v4.35.1
7575
if: success() || failure()
7676
with:
7777
sarif_file: library/build/reports/lint-results-debug.sarif
@@ -128,7 +128,7 @@ jobs:
128128

129129
# Uploads Sarif Report for the app to GitHub
130130
- name: Upload kotlin app report
131-
uses: github/codeql-action/upload-sarif@v4.34.1
131+
uses: github/codeql-action/upload-sarif@v4.35.1
132132
if: success() || failure()
133133
with:
134134
sarif_file: app/build/reports/lint-results-debug.sarif

.github/workflows/mobsf.yml

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

5656
# Uploads Sarif Report to GitHub
5757
- name: Upload mobsfscan report
58-
uses: github/codeql-action/upload-sarif@v4.34.1
58+
uses: github/codeql-action/upload-sarif@v4.35.1
5959
if: success() || failure()
6060
with:
6161
sarif_file: mobsf.sarif.json

0 commit comments

Comments
 (0)