Skip to content

Bump docker/login-action from 3.1.0 to 3.2.0 #97

Bump docker/login-action from 3.1.0 to 3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0 #97

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