File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
steps :
27
27
- name : Checkout
28
28
id : checkout
29
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
29
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
30
31
31
- name : Setup Node.js
32
32
id : setup-node
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
- name : Setup Node.js
20
20
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
21
21
with :
36
36
needs : test-typescript
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
40
- name : Test Local Action (Single File Valid)
41
41
id : single-file-valid
42
42
uses : ./
85
85
contents : write
86
86
steps :
87
87
- name : Checkout
88
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
88
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
89
89
- name : Setup Node.js
90
90
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
91
91
with :
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
30
30
steps :
31
31
- name : Checkout
32
32
id : checkout
33
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34
34
35
35
- name : Initialize CodeQL
36
36
id : initialize
37
- uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
37
+ uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
source-root : src
41
41
42
42
- name : Autobuild
43
43
id : autobuild
44
- uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
44
+ uses : github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
45
45
46
46
- name : Perform CodeQL Analysis
47
47
id : analyze
48
- uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
48
+ uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout
23
23
id : checkout
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
with :
26
26
fetch-depth : 0
27
27
38
38
39
39
- name : Lint Codebase
40
40
id : super-linter
41
- uses : super-linter/super-linter/slim@4758be622215d0954c8353ee4877ffd60111cf8e # v6.4 .1
41
+ uses : super-linter/super-linter/slim@5b638caee6ba65e25e07143887b669a1233847a0 # v6.5 .1
42
42
env :
43
43
DEFAULT_BRANCH : main
44
44
FILTER_REGEX_EXCLUDE : dist/**/*
You can’t perform that action at this time.
0 commit comments