Skip to content

Commit 213db0a

Browse files
authored
Workflow: Update actions/checkout (4.2.2 to 4.3.0) and github/codeql-action (3.29.2 to 3.29.8)
Merges pull request #12 from stanford-rc/dependabot/github_actions/main/all-c7f33eba87
2 parents 97df200 + 84a884c commit 213db0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
# This is v4 of the action
3434
- name: Check out code
35-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
3636

3737
# This is v2 of the action
3838
- name: Check for N.O.C.O.M.M.I.T in the commits
@@ -83,7 +83,7 @@ jobs:
8383
8484
# This is v4 of the action
8585
- name: Check out code
86-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
86+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
8787

8888
# This is v5.5.0 of the action
8989
- name: Set up Python
@@ -140,7 +140,7 @@ jobs:
140140
141141
# This is v4 of the action
142142
- name: Check out code
143-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
143+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
144144

145145
# This is v5.5.0 of the action
146146
- name: Set up Python
@@ -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@181d5eefc20863364f96762470ba6f862bdef56b
160+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
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@181d5eefc20863364f96762470ba6f862bdef56b
167+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
168168
with:
169169
category: "/language:python"

0 commit comments

Comments
 (0)