File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
39
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
40
40
41
41
- name : Initialize CodeQL
42
42
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 20
20
name : " Build Docker images"
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
24
24
25
25
- name : Set up Docker Buildx
26
26
uses : docker/setup-buildx-action@v3
@@ -120,7 +120,7 @@ jobs:
120
120
contents : read
121
121
security-events : write
122
122
steps :
123
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
123
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
124
124
- name : Download artifact
125
125
uses : actions/download-artifact@v4
126
126
with :
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
25
25
26
26
- name : Set up Node.js ${{ matrix.node-version }}
27
27
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 22
22
python : ["3.12"]
23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
26
26
with :
27
27
# Shallow clones should be disabled for a better relevancy of analysis
28
28
fetch-depth : 0
Original file line number Diff line number Diff line change 22
22
python : ["3.10", "3.11", "3.12"]
23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
26
26
27
27
- name : Setup Python
28
28
uses : actions/setup-python@master
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
18
18
19
19
- name : Install yamllint
20
20
run : pip install yamllint
You can’t perform that action at this time.
0 commit comments