Skip to content

Update @gravity-ui/nodekit 1.4.0 -> 1.7.0, @gravity-ui/expresskit 1.5.0 -> 2.1.0, @gravity-ui/gateway 2.5.0 -> 2.6.2 #531

Update @gravity-ui/nodekit 1.4.0 -> 1.7.0, @gravity-ui/expresskit 1.5.0 -> 2.1.0, @gravity-ui/gateway 2.5.0 -> 2.6.2

Update @gravity-ui/nodekit 1.4.0 -> 1.7.0, @gravity-ui/expresskit 1.5.0 -> 2.1.0, @gravity-ui/gateway 2.5.0 -> 2.6.2 #531

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '37 1 * * 1'
jobs:
analyze:
name: Analyze
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"