File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289289
290290 # vaadin tests use pnpm
291291 - name : Cache pnpm modules
292- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
292+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
293293 with :
294294 path : ~/.pnpm-store
295295 key : ${{ runner.os }}-test-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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
66+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
87+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1919 - name : ' Checkout Repository'
2020 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - name : ' Dependency Review'
22- uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
22+ uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
45+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 - id : read-java
2929 run : echo "version=$(cat .java-version)" >> "$GITHUB_OUTPUT"
30- - uses : graalvm/setup-graalvm@aba6a077d71fbfc02138d7470c4ad6e7f85bd2a9 # v1.3.7 .1
30+ - uses : graalvm/setup-graalvm@e140024fdc2d95d3c7e10a636887a91090d29990 # v1.4.0 .1
3131 with :
3232 version : " latest"
3333 java-version : ${{ matrix.test-java-version }}
Original file line number Diff line number Diff line change 4646
4747 # vaadin tests use pnpm
4848 - name : Cache pnpm modules
49- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5050 with :
5151 path : ~/.pnpm-store
5252 key : ${{ runner.os }}-test-latest-cache-pnpm-modules
You can’t perform that action at this time.
0 commit comments