Browse Source

Merge branch 'master' into feat/enable-mako

pull/11326/head
afc163 1 year ago
committed by GitHub
parent
commit
4cea860408
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 41
      .github/workflows/codeql.yml
  2. 7
      package.json

41
.github/workflows/codeql.yml

@ -1,41 +0,0 @@
name: 'CodeQL'
on:
push:
branches: ['master']
pull_request:
branches: ['master']
schedule:
- cron: '48 12 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: '/language:${{ matrix.language }}'

7
package.json

@ -57,27 +57,24 @@
"@testing-library/react": "^16.0.1",
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.21",
"@types/history": "^4.7.11",
"@types/history": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@umijs/fabric": "^2.14.1",
"@umijs/lint": "^4.3.24",
"@umijs/max": "^4.3.24",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"express": "^4.21.1",
"gh-pages": "^3.2.3",
"gh-pages": "^6.1.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.10",
"mockjs": "^1.1.0",
"prettier": "^3.3.3",
"react-dev-inspector": "^1.9.0",
"swagger-ui-dist": "^4.19.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"umi-presets-pro": "^2.0.3",

Loading…
Cancel
Save