File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
runs-on : ubuntu-22.04
57
57
58
58
steps :
59
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
59
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
60
60
- name : Use Node.js 20.x
61
61
uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
62
62
with :
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2.3.4
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.3.4
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : ' Checkout code'
13
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
13
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
14
14
15
15
- name : ' Verify formatting of all files'
16
16
run : ./bin/check-formatting.sh
You can’t perform that action at this time.
0 commit comments