Skip to content

Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 #60

Bump docker/setup-buildx-action from 3.2.0 to 3.3.0

Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 #60

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@9bb56186c3b09b4f86b1c65136769dd318469633'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a'