File tree Expand file tree Collapse file tree 5 files changed +24
-24
lines changed Expand file tree Collapse file tree 5 files changed +24
-24
lines changed 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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
26
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
32
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.7
33
33
with :
34
34
category : ' /language:javascript-typescript'
Original file line number Diff line number Diff line change 38
38
- name : Setup Bazel
39
39
uses : angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d
40
40
- name : Setup ESLint Caching
41
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42
42
with :
43
43
path : .eslintcache
44
44
key : ${{ runner.os }}-${{ hashFiles('.eslintrc.json') }}
Original file line number Diff line number Diff line change 42
42
"semver" : " 7.7.2" ,
43
43
"source-map-support" : " 0.5.21" ,
44
44
"tinyglobby" : " 0.2.14" ,
45
- "vite" : " 7.1.0 " ,
45
+ "vite" : " 7.1.1 " ,
46
46
"watchpack" : " 2.4.4"
47
47
},
48
48
"optionalDependencies" : {
Original file line number Diff line number Diff line change 27
27
"@angular-devkit/schematics" : " workspace:0.0.0-PLACEHOLDER" ,
28
28
"@inquirer/prompts" : " 7.8.0" ,
29
29
"@listr2/prompt-adapter-inquirer" : " 3.0.1" ,
30
- "@modelcontextprotocol/sdk" : " 1.17.1 " ,
30
+ "@modelcontextprotocol/sdk" : " 1.17.2 " ,
31
31
"@schematics/angular" : " workspace:0.0.0-PLACEHOLDER" ,
32
32
"@yarnpkg/lockfile" : " 1.1.0" ,
33
33
"algoliasearch" : " 5.35.0" ,
You can’t perform that action at this time.
0 commit comments