Skip to content

Commit 303ee6e

Browse files
authored
actions: Upgrade github/codeql-action from 3.28.17 to 3.28.18
Merges pull request #7 from stanford-rc/dependabot/github_actions/main/all-ced721f930
2 parents 64164e4 + 3a65550 commit 303ee6e

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@60168efe1c415ce0f5521ea06d5c2062adbeed1b
160+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b
167+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f
168168
with:
169169
category: "/language:python"

0 commit comments

Comments
 (0)