Skip to content

Merge pull request #45 from hectorm/dependabot/github_actions/docker/… #120

Merge pull request #45 from hectorm/dependabot/github_actions/docker/…

Merge pull request #45 from hectorm/dependabot/github_actions/docker/… #120

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: 'CodeQL analysis'
on:
push:
tags: ['*']
branches: ['*']
pull_request:
branches: ['*']
schedule:
- cron: '25 10 * * 3'
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: 'CodeQL analysis'
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@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251'