File tree 6 files changed +20
-20
lines changed
6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
40
40
- name : Setup Node.js
41
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
41
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
42
42
with :
43
43
node-version : 20
44
44
registry-url : ' https://registry.npmjs.org'
@@ -72,10 +72,10 @@ jobs:
72
72
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
75
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76
76
77
77
- name : Setup Node.js
78
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
78
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
79
79
with :
80
80
node-version : 20
81
81
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
with :
32
32
lfs : true
33
33
34
34
- name : Setup Node.js
35
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
35
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
38
38
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
build-mode : none
26
26
27
27
steps :
28
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
- - uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
30
+ - uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
31
31
with :
32
32
config-file : ./.github/codeql/codeql-config.yml
33
33
languages : ${{ matrix.language }}
34
34
build-mode : ${{ matrix.build-mode }}
35
35
36
- - uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
36
+ - uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
41
41
- name : Setup Node.js
42
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
42
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
43
43
with :
44
44
node-version : 20
45
45
registry-url : ' https://registry.npmjs.org'
@@ -73,10 +73,10 @@ jobs:
73
73
74
74
steps :
75
75
- name : Checkout
76
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
76
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
77
78
78
- name : Setup Node.js
79
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
79
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
80
80
with :
81
81
node-version : 20
82
82
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
39
40
40
- name : Check repository visibility
41
41
if : ${{ github.event_name == 'pull_request' }}
@@ -46,11 +46,11 @@ jobs:
46
46
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
47
48
48
- name : Check repository dependency graph
49
- uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
49
+ uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
50
50
if : ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }}
51
51
52
52
- name : Setup Node.js v${{ matrix.node-version }}
53
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
53
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
54
54
with :
55
55
node-version : ${{ matrix.node-version }}
56
56
registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
41
42
42
- name : Setup Node.js
43
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
43
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
44
44
with :
45
45
node-version : 20
46
46
registry-url : ' https://registry.npmjs.org'
@@ -75,10 +75,10 @@ jobs:
75
75
76
76
steps :
77
77
- name : Checkout
78
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79
79
80
80
- name : Setup Node.js
81
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
81
+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
82
82
with :
83
83
node-version : 20
84
84
registry-url : ' https://npm.pkg.github.com'
You can’t perform that action at this time.
0 commit comments