Skip to content

Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0 #1914

Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0

Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0 #1914

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * 5"
permissions: "read-all"
jobs:
analyze:
if: github.repository_owner == 'urllib3'
name: "Analyze"
runs-on: "ubuntu-latest"
permissions:
actions: read
contents: read
security-events: write
steps:
- name: "Checkout repository"
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: "Run CodeQL init"
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
- name: "Run CodeQL analyze"
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4