Skip to content

Commit 1b40aa5

Browse files
chore(deps): update github/codeql-action action to v4.34.0 (#576)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1418461 commit 1b40aa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
21+
uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
2222
with:
2323
languages: "actions"
2424
queries: security-extended
2525
config-file: .github/codeql/codeql-config.yml
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
28+
uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
2929
with:
3030
category: "/language:actions"

0 commit comments

Comments
 (0)