File tree 4 files changed +43
-38
lines changed
4 files changed +43
-38
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173
173
uses : ./.github/actions/setup-node-npm
174
174
175
175
- name : Setup Jest cache
176
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
176
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
177
177
with :
178
178
path : ~/.jest-cache
179
179
key : ${{ runner.os }}-jest
@@ -221,7 +221,7 @@ jobs:
221
221
uses : ./.github/actions/plugin-build
222
222
223
223
- name : Setup Jest cache
224
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
224
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
225
225
with :
226
226
path : ~/.jest-cache
227
227
key : ${{ runner.os }}-jest-e2e-${{ matrix.part }}
@@ -251,7 +251,7 @@ jobs:
251
251
COMPOSE_INTERACTIVE_NO_CLI : true
252
252
253
253
- name : Archive debug artifacts (screenshots, HTML snapshots)
254
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
254
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
255
255
if : always()
256
256
with :
257
257
name : e2e-failure-artifacts
Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
45
+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
46
46
with :
47
47
languages : javascript, python
48
48
49
49
- name : Perform CodeQL Analysis
50
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
50
+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
Original file line number Diff line number Diff line change 42
42
"prop-types" : " 15.8.1" ,
43
43
"react" : " 18.3.1" ,
44
44
"react-dom" : " 18.3.1" ,
45
- "uuid" : " 10 .0.0 "
45
+ "uuid" : " 11 .0.3 "
46
46
},
47
47
"devDependencies" : {
48
48
"@babel/core" : " 7.26.0" ,
72
72
"enzyme" : " 3.11.0" ,
73
73
"eslint" : " 8.57.0" ,
74
74
"eslint-plugin-eslint-comments" : " 3.2.0" ,
75
- "eslint-plugin-import" : " 2.29.1 " ,
75
+ "eslint-plugin-import" : " 2.31.0 " ,
76
76
"eslint-plugin-jest" : " 28.6.0" ,
77
77
"eslint-plugin-jsdoc" : " 50.4.3" ,
78
78
"eslint-plugin-prettier" : " 5.2.1" ,
79
79
"eslint-plugin-react" : " 7.34.3" ,
80
- "eslint-plugin-react-hooks" : " 5.0 .0" ,
80
+ "eslint-plugin-react-hooks" : " 5.1 .0" ,
81
81
"grunt" : " 1.6.1" ,
82
82
"grunt-contrib-clean" : " 2.0.1" ,
83
83
"grunt-contrib-copy" : " 1.0.0" ,
93
93
"postcss-import" : " 16.1.0" ,
94
94
"postcss-nested" : " 7.0.2" ,
95
95
"postcss-preset-env" : " 9.5.15" ,
96
- "prettier" : " 3.3 .2" ,
96
+ "prettier" : " 3.4 .2" ,
97
97
"puppeteer" : " 22.12.1" ,
98
98
"react-test-renderer" : " 18.3.1" ,
99
99
"semver" : " 7.6.3" ,
You can’t perform that action at this time.
0 commit comments