Skip to content

Commit 8ac6d59

Browse files
Bump github/codeql-action from 4.35.3 to 4.35.4 (#511)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.35.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...68bde55) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cefcbe9 commit 8ac6d59

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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
65+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
80+
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # 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@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
93+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
9494
with:
9595
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)