Skip to content

Commit c1cdf62

Browse files
Bump github/codeql-action from 4.34.1 to 4.35.1 (#502)
Bumps [github/codeql-action](https://github.com/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@3869755...c10b806) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c68429 commit c1cdf62

1 file changed

Lines changed: 3 additions & 3 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
# Initializes the CodeQL tools for scanning.
6363
# Uses custom configuration file to exclude test directories from analysis.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
65+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
6666
with:
6767
languages: ${{ matrix.language }}
6868
config-file: ./.github/codeql-config.yml
@@ -77,7 +77,7 @@ jobs:
7777
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7878
# If this step fails, then you should remove it and run the build manually (see below)
7979
- name: Autobuild
80-
uses: github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
80+
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4
8181

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

9292
- name: Perform CodeQL Analysis
93-
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
93+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
9494
with:
9595
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)