File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : " Build Docker images"
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
22
23
23
- name : Set up Docker Buildx
24
24
uses : docker/setup-buildx-action@v3
@@ -118,7 +118,7 @@ jobs:
118
118
contents : read
119
119
security-events : write
120
120
steps :
121
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
121
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
122
122
- name : Download artifact
123
123
uses : actions/download-artifact@v4
124
124
with :
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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