File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/components/Navigation Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: sonar analysis
22
33on :
44 push :
5- branches : [ "main" ]
5+ branches : ["main"]
66 pull_request :
7- types : [ opened, synchronize, reopened ]
7+ types : [opened, synchronize, reopened]
88
99jobs :
1010 sonarcloud :
1616 - name : checkout
1717 uses : actions/checkout@v3
1818 with :
19- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
19+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2020 # Load cache modules
2121 - name : Cache node modules
2222 id : cache-npm
4242
4343 # Send report to sonar
4444 - name : SonarCloud Scan
45- uses : SonarSource/sonarcloud-github -action@master
45+ uses : SonarSource/sonarqube-scan -action@v4.2.1
4646 env :
47- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
47+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4848 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const subMenuItems2026: NavigationItem[] = [
3535 { id : "Home" , link : ROUTE_2026_HOME } ,
3636 { id : "Code of Conduct" , link : ROUTE_2026_CODE_OF_CONDUCT } ,
3737 { id : "Sponsors" , link : "/2026/#sponsors" } ,
38- { id : "SCHEDULE" , link : ROUTE_2026_SCHEDULE } ,
38+ // { id: "SCHEDULE", link: ROUTE_2026_SCHEDULE },
3939 //{ id: "Talks", link: ROUTE_2026_TALKS },
4040 //{ id: "Workshops", link: ROUTE_2026_WORKSHOPS },
4141 //{ id: "JOB OFFERS", link: ROUTE_2026_JOB_OFFERS },
You can’t perform that action at this time.
0 commit comments