File tree 5 files changed +100
-38
lines changed
5 files changed +100
-38
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184
184
./scripts/saucelabs/wait-for-tunnel.sh
185
185
pnpm bazel test --config=saucelabs //tests/legacy-cli:e2e.saucelabs
186
186
./scripts/saucelabs/stop-tunnel.sh
187
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
187
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188
188
if : ${{ failure() }}
189
189
with :
190
190
name : sauce-connect-log
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
with :
24
24
persist-credentials : false
25
25
- name : Initialize CodeQL
26
- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
26
+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
27
27
with :
28
28
languages : javascript-typescript
29
29
build-mode : none
30
30
config-file : .github/codeql/config.yml
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
32
+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 36
36
- name : Initialize environment
37
37
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@27078026111b01a7202449e9788ce38f2b2e103f
38
38
- name : Setup ESLint Caching
39
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
39
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
40
40
with :
41
41
path : .eslintcache
42
42
key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
80
80
- name : Build release targets
81
81
run : pnpm ng-dev release build
82
82
- name : Store PR release packages
83
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
83
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84
84
with :
85
85
name : packages
86
86
path : dist/releases/*.tgz
Original file line number Diff line number Diff line change 94
94
"@types/yargs" : " ^17.0.20" ,
95
95
"@types/yargs-parser" : " ^21.0.0" ,
96
96
"@types/yarnpkg__lockfile" : " ^1.1.5" ,
97
- "@typescript-eslint/eslint-plugin" : " 8.26.1 " ,
98
- "@typescript-eslint/parser" : " 8.26.1 " ,
97
+ "@typescript-eslint/eslint-plugin" : " 8.27.0 " ,
98
+ "@typescript-eslint/parser" : " 8.27.0 " ,
99
99
"ajv" : " 8.17.1" ,
100
100
"ansi-colors" : " 4.1.3" ,
101
101
"beasties" : " 0.2.0" ,
You can’t perform that action at this time.
0 commit comments