Skip to content

Commit 6c14c76

Browse files
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.5 to 4.36.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e0d7b8...8aad20d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97404a0 commit 6c14c76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
# Initializes the CodeQL tools for scanning.
7676
- name: Initialize CodeQL
77-
uses: "github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba"
77+
uses: "github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e"
7878
with:
7979
languages: ${{ matrix.language }}
8080
build-mode: ${{ matrix.build-mode }}
@@ -112,6 +112,6 @@ jobs:
112112
exit 1
113113
114114
- name: Perform CodeQL Analysis
115-
uses: "github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba"
115+
uses: "github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e"
116116
with:
117117
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)