File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
88
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
34
35
35
- name : Initialize CodeQL
36
36
id : initialize
37
- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
37
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
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@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
44
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
45
45
46
46
- name : Perform CodeQL Analysis
47
47
id : analyze
48
- uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
48
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@5b638caee6ba65e25e07143887b669a1233847a0 # v6.5.1
41
+ uses : super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0
42
42
env :
43
43
DEFAULT_BRANCH : main
44
44
FILTER_REGEX_EXCLUDE : dist/**/*
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : semantic-pull-request
22
- uses : amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5.5.2
22
+ uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
with :
You can’t perform that action at this time.
0 commit comments