Skip to content

chore: bump the actions-all group across 1 directory with 13 updates #680

chore: bump the actions-all group across 1 directory with 13 updates

chore: bump the actions-all group across 1 directory with 13 updates #680

Workflow file for this run

name: CodeQL Security Analysis
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
merge_group:
schedule:
- cron: '0 6 * * 1' # Weekly on Mondays at 6am UTC
# Least-privilege default. The analyze job below opts in to security-events: write.
permissions:
contents: read
jobs:
analyze:
name: Analyze Python code
runs-on: uipath-ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
with:
languages: python
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0