File tree 23 files changed +337
-103
lines changed
tools/github-actions/audit
23 files changed +337
-103
lines changed Original file line number Diff line number Diff line change 24
24
audit :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
27
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
28
- name : Setup
29
29
uses : ./tools/github-actions/setup
30
30
- name : Audit
Original file line number Diff line number Diff line change 21
21
actions : write
22
22
contents : read
23
23
steps :
24
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
- name : Clean Branch Cache
26
26
if : inputs.branch || github.event.ref_type == 'branch'
27
27
uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
continue-on-error : true
31
31
steps :
32
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
- uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
34
34
with :
35
35
base-branch : ' main'
45
45
env :
46
46
NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
47
47
steps :
48
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
48
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
49
with :
50
50
fetch-depth : ${{ inputs.affected && '0' || '1' }}
51
51
- name : Setup
86
86
env :
87
87
NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
88
88
steps :
89
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
89
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
90
90
with :
91
91
fetch-depth : ${{ inputs.affected && '0' || '1' }}
92
92
- name : Setup
Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ jobs:
46
46
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
49
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
53
+ uses : github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
config-file : ./.github/codeql/codeql-config.yml
57
57
58
58
- name : Autobuild
59
- uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
59
+ uses : github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
62
+ uses : github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
63
63
with :
64
64
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 31
31
NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
35
- uses : ./tools/github-actions/setup
36
36
- name : build
37
37
run : yarn nx build showcase
Original file line number Diff line number Diff line change 35
35
build :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
39
- uses : ./tools/github-actions/setup
40
40
- name : Generate doc
41
41
run : yarn doc:generate
60
60
name : azure-static-webapp
61
61
url : ${{ steps.deploy.outputs.static_web_app_url }}
62
62
steps :
63
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
63
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
64
64
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
65
65
with :
66
66
name : ${{ inputs.artifactName }}
Original file line number Diff line number Diff line change 25
25
env :
26
26
NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
27
27
steps :
28
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
- uses : ./tools/github-actions/download-build-output
30
30
- uses : ./tools/github-actions/setup
31
31
- run : yarn playwright install
Original file line number Diff line number Diff line change 25
25
env :
26
26
NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
27
27
steps :
28
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
- uses : ./tools/github-actions/download-build-output
30
30
- uses : ./tools/github-actions/setup
31
31
- name : Setup verdaccio once for all tests
62
62
ENFORCED_PACKAGE_MANAGER : ${{ matrix.packageManager }}
63
63
PREPARE_TEST_ENV_TYPE : ${{ matrix.testEnvironment }}
64
64
steps :
65
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
66
- uses : ./tools/github-actions/download-build-output
67
67
- uses : ./tools/github-actions/setup
68
68
- shell : bash
Original file line number Diff line number Diff line change 26
26
NX_CLOUD_ACCESS_TOKEN : ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
27
27
NX_SKIP_NX_CACHE : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') }}
28
28
steps :
29
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
29
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30
30
- uses : ./tools/github-actions/setup
31
31
- uses : ./.github/actions/setup-java
32
32
with :
44
44
nextVersionTag : ${{ steps.newVersion.outputs.nextVersionTag }}
45
45
isPreRelease : ${{ contains( steps.newVersion.outputs.nextVersionTag, '-' ) || github.event_name == 'pull_request' || github.event_name == 'merge_group'}}
46
46
steps :
47
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
47
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
48
48
- uses : ./tools/github-actions/setup
49
49
- name : New Version
50
50
if : github.event_name != 'merge_group'
Original file line number Diff line number Diff line change 10
10
markdown-link-check :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
13
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
14
- uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
15
15
with :
16
16
use-quiet-mode : ' yes'
21
21
needs : [markdown-link-check]
22
22
if : failure()
23
23
steps :
24
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
25
- name : Create an issue
26
26
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
27
27
env :
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
pull-requests : write
15
15
steps :
16
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Setup
Original file line number Diff line number Diff line change 63
63
# Needed to publish with provenance
64
64
id-token : write
65
65
steps :
66
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
66
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
67
67
with :
68
68
fetch-depth : 2
69
69
ref : ${{ inputs.gitRef }}
92
92
APP_PATH : ' apps/github-cascading-app/dist'
93
93
environment : ' cascading-app'
94
94
steps :
95
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
95
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
96
96
with :
97
97
fetch-depth : 2
98
98
- uses : ./tools/github-actions/download-build-output
@@ -113,7 +113,7 @@ jobs:
113
113
env :
114
114
PUBLISH_PROFILE : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_8996AC226FB9456EA73A6B8439B12946 || secrets.CASCADING_AZURE_APP_PUBLISH_PROFILE }}
115
115
if : env.PUBLISH_PROFILE != null && (github.base_ref == 'main' || github.ref_name == 'main')
116
- uses : Azure/functions-action@238dc3c45bb1b04e5d16ff9e75cddd1d86753bd6 # v1.5.1
116
+ uses : Azure/functions-action@fd80521afbba9a2a76a99ba1acc07aff8d733d11 # v1.5.2
117
117
with :
118
118
app-name : ' github-cascading'
119
119
slot-name : ' production'
@@ -125,7 +125,7 @@ jobs:
125
125
environment : ${{inputs.isPullRequest && 'development' || 'production'}}
126
126
needs : [publish]
127
127
steps :
128
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
128
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
129
129
with :
130
130
fetch-depth : 2
131
131
- uses : ./tools/github-actions/download-build-output
Original file line number Diff line number Diff line change 36
36
persist-credentials : false
37
37
38
38
- name : " Run analysis"
39
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
39
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
40
40
with :
41
41
results_file : results.sarif
42
42
results_format : sarif
66
66
67
67
# Upload the results to GitHub's code scanning dashboard.
68
68
- name : " Upload to code-scanning"
69
- uses : github/codeql-action/upload-sarif@ceaec5c11a131e0d282ff3b6f095917d234caace # v2.25.3
69
+ uses : github/codeql-action/upload-sarif@6ac9fc7e8e290bda8fac86290b68e176def71959 # v2.25.8
70
70
with :
71
71
sarif_file : results.sarif
Original file line number Diff line number Diff line change 15
15
# Required to publish Unit Test Report to the pipelne execution result
16
16
checks : write
17
17
steps :
18
- - uses : dorny/test-reporter@c40d89d5e987cd80f3a32b3c233556e22bdca958 # v1.9.0
18
+ - uses : dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
19
19
with :
20
20
artifact : /ut-reports(.*)/
21
21
name : UT Tests report$1
30
30
# Required to publish Integration Test Report to the pipelne execution result
31
31
checks : write
32
32
steps :
33
- - uses : dorny/test-reporter@c40d89d5e987cd80f3a32b3c233556e22bdca958 # v1.9.0
33
+ - uses : dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
34
34
with :
35
35
artifact : /it-reports(.*)/
36
36
name : IT Tests report$1
Original file line number Diff line number Diff line change 45
45
"@o3r/logger" : " workspace:^" ,
46
46
"@o3r/rules-engine" : " workspace:^" ,
47
47
"@stylistic/eslint-plugin-ts" : " ^1.5.4" ,
48
- "@types/chrome" : " ^0.0.267 " ,
48
+ "@types/chrome" : " ^0.0.268 " ,
49
49
"@types/jest" : " ~29.5.2" ,
50
50
"@types/tinycolor2" : " ^1.4.6" ,
51
51
"@typescript-eslint/eslint-plugin" : " ^7.2.0" ,
Original file line number Diff line number Diff line change 375
375
"@typescript-eslint/parser" : " ^7.2.0" ,
376
376
"@vscode/vsce" : " ^2.16.0" ,
377
377
"cpy-cli" : " ^5.0.0" ,
378
- "esbuild" : " ~0.20 .0" ,
378
+ "esbuild" : " ~0.21 .0" ,
379
379
"eslint-import-resolver-node" : " ^0.3.9" ,
380
380
"eslint-plugin-jest" : " ~27.9.0" ,
381
381
"eslint-plugin-jsdoc" : " ~48.2.1" ,
Original file line number Diff line number Diff line change 242
242
"react-dom" : " ^18.0.0" ,
243
243
"replace-in-files-cli" : " ^2.2.0" ,
244
244
"rimraf" : " ^5.0.1" ,
245
- "sass" : " ~1.76 .0" ,
245
+ "sass" : " ~1.77 .0" ,
246
246
"sass-loader" : " ^14.0.0" ,
247
247
"semver" : " ^7.5.2" ,
248
248
"stylelint" : " ^16.0.2" ,
Original file line number Diff line number Diff line change 57
57
"@o3r/styling" : " workspace:^" ,
58
58
"chokidar" : " ^3.5.2" ,
59
59
"globby" : " ^11.1.0" ,
60
- "sass" : " ~1.76 .0"
60
+ "sass" : " ~1.77 .0"
61
61
},
62
62
"peerDependenciesMeta" : {
63
63
"@o3r/core" : {
129
129
"jsonschema" : " ~1.4.1" ,
130
130
"nx" : " ~18.3.0" ,
131
131
"rxjs" : " ^7.8.1" ,
132
- "sass" : " ~1.76 .0" ,
132
+ "sass" : " ~1.77 .0" ,
133
133
"ts-jest" : " ~29.1.2" ,
134
134
"ts-node" : " ~10.9.2" ,
135
135
"type-fest" : " ^4.10.2" ,
Original file line number Diff line number Diff line change 33
33
}
34
34
},
35
35
"dependencies" : {
36
- "@microsoft/tsdoc" : " ~0.14.1 " ,
36
+ "@microsoft/tsdoc" : " ~0.15.0 " ,
37
37
"inquirer" : " ~8.2.6" ,
38
38
"jsonschema" : " ~1.4.1" ,
39
39
"tslib" : " ^2.6.2" ,
Original file line number Diff line number Diff line change 50
50
"@o3r/schematics" : " workspace:^" ,
51
51
"@schematics/angular" : " ~17.3.0" ,
52
52
"rxjs" : " ^7.8.1" ,
53
- "sass" : " ~1.76 .0"
53
+ "sass" : " ~1.77 .0"
54
54
},
55
55
"peerDependenciesMeta" : {
56
56
"@angular-devkit/architect" : {
148
148
"nx" : " ~18.3.0" ,
149
149
"pid-from-port" : " ^1.1.3" ,
150
150
"rxjs" : " ^7.8.1" ,
151
- "sass" : " ~1.76 .0" ,
151
+ "sass" : " ~1.77 .0" ,
152
152
"semver" : " ^7.5.2" ,
153
153
"stylelint" : " ^16.0.2" ,
154
154
"stylelint-scss" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 154
154
}
155
155
},
156
156
"dependencies" : {
157
- "esbuild" : " ~0.20 .0" ,
157
+ "esbuild" : " ~0.21 .0" ,
158
158
"module-from-string" : " ^3.2.0" ,
159
159
"tslib" : " ^2.6.2"
160
160
},
Original file line number Diff line number Diff line change 17
17
"dependencies" : {
18
18
"@actions/core" : " ^1.10.0" ,
19
19
"@actions/exec" : " ^1.1.1" ,
20
- "audit-types" : " ~0.5.6 "
20
+ "audit-types" : " ~0.6.0 "
21
21
},
22
22
"devDependencies" : {
23
23
"@angular-eslint/eslint-plugin" : " ~17.5.0" ,
29
29
"@typescript-eslint/eslint-plugin" : " ^7.2.0" ,
30
30
"@typescript-eslint/parser" : " ^7.2.0" ,
31
31
"@vercel/ncc" : " ~0.38.0" ,
32
- "audit-types" : " ~0.5.6 " ,
32
+ "audit-types" : " ~0.6.0 " ,
33
33
"eslint" : " ^8.57.0" ,
34
34
"eslint-plugin-jest" : " ~27.9.0" ,
35
35
"eslint-plugin-jsdoc" : " ~48.2.1" ,
You can’t perform that action at this time.
0 commit comments