File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230
230
231
231
# vaadin tests use pnpm
232
232
- name : Cache pnpm modules
233
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
233
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
234
234
with :
235
235
path : ~/.pnpm-store
236
236
key : ${{ runner.os }}-test-cache-pnpm-modules
Original file line number Diff line number Diff line change 30
30
java-version-file : .java-version
31
31
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
33
+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
34
34
with :
35
35
languages : java
36
36
# using "latest" helps to keep up with the latest Kotlin support
45
45
run : ./gradlew assemble -x javadoc --no-build-cache --no-daemon
46
46
47
47
- name : Perform CodeQL analysis
48
- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
48
+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
49
49
50
50
workflow-notification :
51
51
needs :
Original file line number Diff line number Diff line change 52
52
53
53
# vaadin tests use pnpm
54
54
- name : Cache pnpm modules
55
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
55
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
56
56
with :
57
57
path : ~/.pnpm-store
58
58
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 46
46
47
47
# vaadin tests use pnpm
48
48
- name : Cache pnpm modules
49
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
49
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
50
50
with :
51
51
path : ~/.pnpm-store
52
52
key : ${{ runner.os }}-test-latest-cache-pnpm-modules
Original file line number Diff line number Diff line change 64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
67
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments