File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
20
steps :
21
21
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
23
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
24
24
with :
25
25
node-version : ' 20.x'
Original file line number Diff line number Diff line change 13
13
release :
14
14
runs-on : macos-latest
15
15
steps :
16
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
with :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
Original file line number Diff line number Diff line change 15
15
build :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
19
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
20
20
with :
21
21
node-version : ' 20.x'
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
41
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 21
21
publish-npm :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26
26
with :
27
27
node-version : ' 20.x'
You can’t perform that action at this time.
0 commit comments