Skip to content

build(deps): bump actions/checkout from 3.6.0 to 4.0.0 #1039

build(deps): bump actions/checkout from 3.6.0 to 4.0.0

build(deps): bump actions/checkout from 3.6.0 to 4.0.0 #1039

Workflow file for this run

name: "CodeQL"
permissions:
contents: read
security-events: write
actions: read
deployments: none
packages: none
on:
push:
pull_request:
schedule:
- cron: '0 6 * * 1'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
with:
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a