Skip to content

Commit f3d4b35

Browse files
deps(ci): bump github/codeql-action from 4.35.5 to 4.36.2 (#178)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cebf54 commit f3d4b35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
go-version-file: go.mod
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba #v4.35.5
31+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e #v4.36.2
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba #v4.35.5
36+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e #v4.36.2
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba #v4.35.5
39+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e #v4.36.2

0 commit comments

Comments
 (0)