Skip to content

Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 #682

Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0

Bump sigstore/gh-action-sigstore-python from 3.2.0 to 3.3.0 #682

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: 'python'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4