File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- name : Checkout Repository
19
19
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
20
- name : Initialize CodeQL
21
- uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
21
+ uses : github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
22
22
- name : Auto Build
23
- uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
23
+ uses : github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
24
24
- name : Perform CodeQL Analysis
25
- uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3
25
+ uses : github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
Original file line number Diff line number Diff line change 16
16
- name : Add ESLint Problem Matcher
17
17
run : echo "::add-matcher::.github/problemMatchers/eslint.json"
18
18
- name : Use Node.js v20
19
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
19
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
20
20
with :
21
21
node-version : 20
22
22
cache : yarn
35
35
- name : Add TypeScript Problem Matcher
36
36
run : echo "::add-matcher::.github/problemMatchers/tsc.json"
37
37
- name : Use Node.js v20
38
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
38
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
39
39
with :
40
40
node-version : 20
41
41
cache : yarn
53
53
- name : Checkout Project
54
54
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
55
55
- name : Use Node.js v20
56
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
56
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
57
57
with :
58
58
node-version : 20
59
59
cache : yarn
You can’t perform that action at this time.
0 commit comments