diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index df0bede9..3fa83629 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -25,7 +25,7 @@ on: audit-script: required: false type: string - default: npm audit --audit-level=high + default: npm audit --audit-level=critical build-script: required: false type: string diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8370563f..4bbf8d5d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -20,14 +20,14 @@ jobs: with: working-directory: ./src/dapp run-build: true - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical build-xgov-dapp: name: xGov Dapp uses: ./.github/workflows/node-ci.yml with: working-directory: ./src/xgov-dapp pre-run-script: cd ../dapp && npm ci - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical run-dispatch: true secrets: chromatic-token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} @@ -37,7 +37,7 @@ jobs: uses: ./.github/workflows/node-ci.yml with: working-directory: ./src/build-a-bull - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical secrets: npm-auth-token: ${{ secrets.GITHUB_TOKEN }} build-api: @@ -47,7 +47,7 @@ jobs: node-version: 18.x working-directory: ./src/voting-metadata-api run-build: true - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical build-algorand: name: Algorand build uses: ./.github/workflows/smart-contract-ci.yml @@ -59,4 +59,4 @@ jobs: with: working-directory: ./infrastructure run-build: true - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d9970ed..6f17e3f1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: working-directory: ./src/dapp compile-script: npm run typecheck - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical ci-xgov-dapp: name: CI xGov Dapp uses: ./.github/workflows/node-ci.yml @@ -30,27 +30,27 @@ jobs: working-directory: ./src/xgov-dapp pre-run-script: cd ../dapp && npm ci compile-script: npm run typecheck - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical ci-events-dapp: name: CI Events Dapp uses: ./.github/workflows/node-ci.yml with: working-directory: ./src/build-a-bull compile-script: npm run typecheck - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical ci-api: name: CI API uses: ./.github/workflows/node-ci.yml with: working-directory: ./src/voting-metadata-api compile-script: npm run typecheck - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical ci-infrastructure: name: CI Infrastructure uses: ./.github/workflows/node-ci.yml with: working-directory: ./infrastructure - audit-script: npm run audit --audit-level=high + audit-script: npm run audit --audit-level=critical ci-algorand: name: Algorand build uses: ./.github/workflows/smart-contract-ci.yml diff --git a/src/xgov-dapp/src/components/siteFooter.tsx b/src/xgov-dapp/src/components/siteFooter.tsx index dd2c604b..f8aec26d 100644 --- a/src/xgov-dapp/src/components/siteFooter.tsx +++ b/src/xgov-dapp/src/components/siteFooter.tsx @@ -14,9 +14,8 @@ function NavLink(props: { link: Link }) { } const links: Link[] = [ - { name: 'Algorand Community', href: 'https://community.algorand.org/' }, + { name: 'Algorand Community', href: 'https://forum.algorand.org/' }, { name: 'Developer Resources', href: 'https://developer.algorand.org/' }, - { name: 'FAQs', href: 'https://algorand.foundation/faq' }, { name: 'Disclaimers', href: 'https://algorand.foundation/terms-and-conditions-and-important-disclaimers-of-algo-token-incentives', @@ -25,7 +24,6 @@ const links: Link[] = [ name: 'Privacy Policies', href: 'https://algorandfoundationv2.cdn.prismic.io/algorandfoundationv2/120c23ac-cc63-4c42-a10e-a53169fa4134_AF_Privacy_Policy.pdf', }, - { name: 'Contact Us', href: 'https://algorand.foundation/contact' }, { name: 'Algorand Inc.', href: 'https://www.algorand.com/' }, ] export default function SiteFooter() { diff --git a/src/xgov-dapp/src/features/rounds/index.tsx b/src/xgov-dapp/src/features/rounds/index.tsx index 702ba019..bb8ff925 100644 --- a/src/xgov-dapp/src/features/rounds/index.tsx +++ b/src/xgov-dapp/src/features/rounds/index.tsx @@ -69,7 +69,7 @@ const VotingRoundsPage = () => {
- + xGov Guide diff --git a/src/xgov-dapp/src/features/status/index.tsx b/src/xgov-dapp/src/features/status/index.tsx index 52be391b..069a124a 100644 --- a/src/xgov-dapp/src/features/status/index.tsx +++ b/src/xgov-dapp/src/features/status/index.tsx @@ -145,13 +145,7 @@ function Status() {
- - xGov Program Info - - - - - + xGov Guide