File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ 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 :
280280 node-version : 16
281281
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@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3 .30.9
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@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3 .30.9
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@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3 .30.9
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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
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@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
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