File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -275,9 +275,9 @@ jobs:
275275
276276 # vaadin 14 tests fail with node 18
277277 - name : Set up Node
278- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
278+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
279279 with :
280- node-version : 16
280+ node-version : 22
281281
282282 # vaadin tests use pnpm
283283 - name : Cache pnpm modules
Original file line number Diff line number Diff line change 6363 cache-read-only : ${{ github.event_name == 'pull_request' }}
6464
6565 - name : Initialize CodeQL
66- uses : github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3 .30.8
66+ uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4 .30.9
6767 with :
6868 languages : ${{ matrix.language }}
6969 # using "linked" helps to keep up with the linked Kotlin support
8484 --no-build-cache --no-daemon
8585
8686 - name : Perform CodeQL analysis
87- uses : github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3 .30.8
87+ uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4 .30.9
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3 .30.8
45+ uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4 .30.9
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Comment on PR
15- uses : actions/github-script@v7
15+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1616 with :
1717 script : |
1818 const { data: comments } = await github.rest.issues.listComments({
6464 runs-on : ubuntu-latest
6565 steps :
6666 - name : Comment on PR
67- uses : actions/github-script@v7
67+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
6868 with :
6969 script : |
7070 const { data: comments } = await github.rest.issues.listComments({
You can’t perform that action at this time.
0 commit comments