Skip to content

Commit 9ecb464

Browse files
chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.36.0 to 4.36.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@7211b7c...87557b9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba29bcf commit 9ecb464

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
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Initializes the CodeQL tools for scanning.
6060
- name: Initialize CodeQL
61-
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
61+
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463
6262
with:
6363
languages: ${{ matrix.language }}
6464
build-mode: ${{ matrix.build-mode }}
@@ -73,7 +73,7 @@ jobs:
7373
# If this step fails, then you should remove it and run the build manually (see below)
7474
- name: Autobuild
7575
if: matrix.build-mode == 'autobuild'
76-
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
76+
uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463
7777

7878
# If the analyze step fails for one of the languages you are analyzing with
7979
# "We were unable to automatically build your code", modify the matrix above
@@ -93,6 +93,6 @@ jobs:
9393
# exit 1
9494

9595
- name: Perform CodeQL Analysis
96-
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa
96+
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463
9797
with:
9898
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)