Skip to content

Commit 3bc14de

Browse files
build(deps): bump github/codeql-action from 4.34.1 to 4.35.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.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@3869755...b8bb9f2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f46026 commit 3bc14de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
download_external_modules: true
9393
# Initializes the CodeQL tools for scanning.
9494
- name: Initialize CodeQL
95-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
95+
uses: github/codeql-action/init@b8bb9f28b8d3f992092362369c57161b755dea45 # v3.29.5
9696
with:
9797
languages: ${{ matrix.language }}
9898
dependency-caching: true
@@ -415,4 +415,4 @@ jobs:
415415
wait $APP_PID 2>/dev/null || echo "Application validation completed"
416416
417417
- name: Perform CodeQL Analysis
418-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
418+
uses: github/codeql-action/analyze@b8bb9f28b8d3f992092362369c57161b755dea45 # v3.29.5

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
74+
uses: github/codeql-action/upload-sarif@b8bb9f28b8d3f992092362369c57161b755dea45 # v3.29.5
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)