Skip to content

Commit 09efdc2

Browse files
authored
Workflow: bump github/codeql-action from 3.29.0 to 3.29.1
Merge pull request #10 from stanford-rc/dependabot/github_actions/main/all-705a8be96c
2 parents e2df471 + f32b33c commit 09efdc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ jobs:
157157
# This is v3.28.13
158158
- name: CodeQL Init
159159
if: ${{ runner.os == 'Linux' }}
160-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
160+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a
161161
with:
162162
languages: python
163163

164164
# This is v3.28.13
165165
- name: CodeQL Analyze
166166
if: ${{ runner.os == 'Linux' }}
167-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
167+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a
168168
with:
169169
category: "/language:python"

0 commit comments

Comments
 (0)