File tree Expand file tree Collapse file tree 7 files changed +169
-101
lines changed
Expand file tree Collapse file tree 7 files changed +169
-101
lines changed Original file line number Diff line number Diff line change 1717 run : echo ${{ github.event.number }} > PR_NUMBER.txt
1818 - name : Archive PR number
1919 if : github.event_name == 'pull_request'
20- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
20+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
2121 with :
2222 name : PR_NUMBER
2323 path : PR_NUMBER.txt
Original file line number Diff line number Diff line change 5050 if : steps.check_version.outputs.is_version == 'true'
5151 working-directory : ./openvsx/webui
5252 run : yarn smoke-tests
53- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
53+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5454 if : steps.check_version.outputs.is_version == 'true'
5555 with :
5656 name : playwright-report
Original file line number Diff line number Diff line change 1515 run : mkdir -p ${{ runner.temp }}/artifacts
1616 - name : Download PR number artifact
1717 if : github.event.workflow_run.event == 'pull_request'
18- uses : dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
18+ uses : dawidd6/action-download-artifact@0bd50d53a6d7fb5cb921e607957e9cc12b4ce392 # v12
1919 with :
2020 workflow : Build
2121 run_id : ${{ github.event.workflow_run.id }}
5959 git clean -ffdx && git reset --hard HEAD
6060 - name : SonarCloud Scan on PR
6161 if : github.event.workflow_run.event == 'pull_request'
62- uses : SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6 .0.0
62+ uses : SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7 .0.0
6363 env :
6464 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6565 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7171 -Dsonar.pullrequest.base=${{ fromJson(steps.get_pr_data.outputs.data).base.ref }}
7272 - name : SonarCloud Scan on push
7373 if : github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.event.repository.full_name
74- uses : SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6 .0.0
74+ uses : SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7 .0.0
7575 env :
7676 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7777 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1- ARG SERVER_VERSION=e9908e2
1+ ARG SERVER_VERSION=v0.31.0
22ARG SERVER_VERSION_STRING=v0.31.0
33
44# Builder image to compile the website
@@ -20,7 +20,6 @@ RUN apt-get update \
2020 && corepack prepare yarn@stable --activate
2121
2222# bump to update website
23- ENV WEBSITE_VERSION 0.17.0
2423COPY . /workdir
2524
2625RUN /usr/bin/yarn --cwd website \
Original file line number Diff line number Diff line change 1+ enableScripts : false
2+
13compressionLevel : mixed
24
35enableGlobalCache : false
Original file line number Diff line number Diff line change 66 "repository" : " https://github.com/eclipse/open-vsx.org" ,
77 "license" : " EPL-2.0" ,
88 "dependencies" : {
9- "openvsx-webui" : " 0.17.0"
9+ "openvsx-webui" : " 0.17.1"
10+ },
11+ "resolutions" : {
12+ "qs" : " ^6.14.1"
1013 },
1114 "devDependencies" : {
1215 "@types/markdown-it" : " ^12.2.3" ,
You can’t perform that action at this time.
0 commit comments