Skip to content

chore(deps): update all non-major github action dependencies #2096

chore(deps): update all non-major github action dependencies

chore(deps): update all non-major github action dependencies #2096

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "30 23 * * 3"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ python ]
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Initialize CodeQL
uses: github/codeql-action/init@2fe1a3da42c8b4f96ced91264bda7407d8c65539 # v2.26.7
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@2fe1a3da42c8b4f96ced91264bda7407d8c65539 # v2.26.7
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2fe1a3da42c8b4f96ced91264bda7407d8c65539 # v2.26.7
with:
category: "/language:${{ matrix.language }}"