Skip to content

Commit 51cf5b7

Browse files
chore(deps): update github/codeql-action action to v3.30.5 (#276)
| datasource | package | from | to | | ----------- | -------------------- | ------- | ------- | | github-tags | github/codeql-action | v3.30.4 | v3.30.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0781758 commit 51cf5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
show-progress: false
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
39+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4040
with:
4141
build-mode: none
4242
languages: ${{ matrix.language }}
4343
queries: security-and-quality
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
46+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4747
with:
4848
category: '/language:${{ matrix.language }}'
4949

0 commit comments

Comments
 (0)