Skip to content

Prompt the user to stay signed in after 14 and logout after 15 minutes of inactivity #857

Prompt the user to stay signed in after 14 and logout after 15 minutes of inactivity

Prompt the user to stay signed in after 14 and logout after 15 minutes of inactivity #857

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master", "production" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: "23 17 * * 6"
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 }}
config-file: ./.github/codeql.yml
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 }}"