diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index e94a84e5c..9bd425aad 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -17,18 +17,18 @@ jobs: os: [ubuntu-latest, windows-2019, macOS-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Checkout submodules shell: bash run: | auth_header="$(git config --local --get http.https://github.com/.extraheader)" git submodule sync --recursive git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 16.x - - uses: actions/cache@v2 + node-version: 18.x + - uses: actions/cache@v3 id: cache with: path: | diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml deleted file mode 100644 index 1058db13e..000000000 --- a/.github/workflows/qodana.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Qodana -on: - workflow_dispatch: - pull_request: - push: - branches: - - master - - develop - - 'release/**' - -jobs: - qodana: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Use Node.js 18.x - uses: actions/setup-node@v3 - with: - node-version: 18 - - uses: actions/cache@v3 - id: cache - with: - path: | - **/node_modules - key: ${{ runner.os }}-${{ hashFiles('package.json') }} - - name: Install Dependencies - run: npm install --force - if: steps.cache.outputs.cache-hit != 'true' - env: - CI: true - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.1.0 - with: - args: --baseline,qodana.sarif.json - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} diff --git a/static/window/styles/core.css b/static/window/styles/core.css index 914c11b30..e7e3a6729 100644 --- a/static/window/styles/core.css +++ b/static/window/styles/core.css @@ -2730,7 +2730,6 @@ body { .tags-page { width: 100%; height: 100%; - overflow: auto; } .tags-page__browser { display: flex; @@ -3155,4 +3154,4 @@ body { .browse-right-sidebar__title-row__buttons__promote-button { font-weight: bold; margin-right: 0.3rem; -} \ No newline at end of file +}