Skip to content

Commit 2581945

Browse files
committed
ci: update SonarCloud GitHub Action and comment out schedule navigation link.
1 parent 458b824 commit 2581945

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: sonar analysis
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
types: [ opened, synchronize, reopened ]
7+
types: [opened, synchronize, reopened]
88

99
jobs:
1010
sonarcloud:
@@ -16,7 +16,7 @@ jobs:
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
@@ -42,7 +42,7 @@ jobs:
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 }}

src/components/Navigation/NavigationData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 },

0 commit comments

Comments
 (0)