Skip to content

Commit c6841f5

Browse files
ci(deps): bump github/codeql-action (#12)
Bumps the github-actions-minor-patch group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 3.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v3.35.2/CHANGELOG.md) - [Commits](github/codeql-action@v3...v3.35.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16e1125 commit c6841f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383

8484
- name: Initialize CodeQL
85-
uses: github/codeql-action/init@v3
85+
uses: github/codeql-action/init@v3.35.2
8686
with:
8787
languages: ${{ matrix.language }}
8888

@@ -98,4 +98,4 @@ jobs:
9898
run: make build-cli
9999

100100
- name: Analyze
101-
uses: github/codeql-action/analyze@v3
101+
uses: github/codeql-action/analyze@v3.35.2

0 commit comments

Comments
 (0)