Skip to content

build(deps-dev): bump @types/chrome from 0.1.3 to 0.1.4 #255

build(deps-dev): bump @types/chrome from 0.1.3 to 0.1.4

build(deps-dev): bump @types/chrome from 0.1.3 to 0.1.4 #255

Workflow file for this run

jobs:
analyze:
name: 'Analyze'
permissions:
actions: 'read'
contents: 'read'
security-events: 'write'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout repository'
uses: 'actions/checkout@v4'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v3'
with:
languages: '${{ matrix.language }}'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@v3'
with:
category: '/language:${{matrix.language}}'
strategy:
fail-fast: false
matrix:
language:
- 'python'
name: 'CodeQL'
'on':
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
schedule:
- cron: '15 4 * * 3'