File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
scrape :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
- run : npm ci
14
14
- run : npm run scrape-definitions
15
15
- run : npm run lint:lts -- --fix
34
34
lts :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
38
- run : npm ci
39
39
- run : npm run lint:lts -- --fix
40
40
- if : failure()
Original file line number Diff line number Diff line change 22
22
permissions : {contents: read, security-events: write}
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
with : {fetch-depth: 0}
27
27
- uses : redhat-plumbers-in-action/differential-shellcheck@cc6721c45a8800cc666de45493545a07a638d121 # v5.4.0
28
28
with :
@@ -32,15 +32,15 @@ jobs:
32
32
lts :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
- run : npm ci
37
37
- run : npm run lint:lts
38
38
39
39
checksums :
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
# FIXME workaround https://github.com/actions/checkout/issues/910
43
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
44
with : { fetch-depth: 0 }
45
45
- run : npm ci
46
46
- if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 14
14
bump :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
with :
19
19
fetch-depth : 0
20
20
token : ${{ secrets.BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments