Skip to content

Commit eb28106

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ jobs:
120120
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
121121

122122
- name: Initialize CodeQL
123-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3
123+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
124124
with:
125125
languages: python
126126
config-file: ./.github/codeql-config.yml
127127

128128
- name: Perform CodeQL Analysis
129-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3
129+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4

0 commit comments

Comments
 (0)