Skip to content

Bump actions/upload-artifact from 4.3.3 to 5.0.0 #2833

Bump actions/upload-artifact from 4.3.3 to 5.0.0

Bump actions/upload-artifact from 4.3.3 to 5.0.0 #2833

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * 5"
workflow_dispatch:
permissions:
contents: "read"
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: "Run CodeQL init"
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
config-file: "./.github/codeql.yml"
languages: "python,javascript-typescript,actions"
- name: "Run CodeQL autobuild"
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
- name: "Run CodeQL analyze"
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0