File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
pull-requests : write
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
17
- name : Run automation script
18
18
uses : actions/github-script@v7
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
27
27
- name : Calculate file differences
28
28
id : diff
66
66
script : return "${{ matrix.version }}".split('.')[0]
67
67
68
68
- name : Checkout
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70
70
71
71
- name : Build image
72
72
uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change 14
14
name : Doc TOC Check
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- uses : actions/setup-node@v4
19
19
with :
20
20
node-version : ' lts/*'
Original file line number Diff line number Diff line change 9
9
eclint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
- uses : actions/setup-node@v4
14
14
with :
15
15
node-version : ' lts/*'
Original file line number Diff line number Diff line change 13
13
markdown-link-check :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
- uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ' lts/*'
Original file line number Diff line number Diff line change 13
13
test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : Count number of Alpine Dockersfiles without CHECKSUM
19
19
run : |
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
22
22
steps :
23
23
- name : Checkout the docker-node repo
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
25
with :
26
26
path : docker-node
27
27
ref : ${{ github.base_ref }}
28
28
fetch-depth : 50
29
29
30
30
- name : Checkout the official-images repo
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
with :
33
33
path : official-images
34
34
repository : docker-library/official-images
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
shfmt :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
- run : docker run -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.3 shfmt -sr -i 2 -l -w -ci .
17
17
- run : git diff --color --exit-code
18
18
19
19
shellcheck :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- run : shellcheck *.sh
You can’t perform that action at this time.
0 commit comments