Skip to content

build(deps): bump click from 8.3.3 to 8.4.1 #102

build(deps): bump click from 8.3.3 to 8.4.1

build(deps): bump click from 8.3.3 to 8.4.1 #102

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Pazartesi 07:00 UTC (Red Team Scan'den 1h sonra, conflict yok)
- cron: '0 7 * * 1'
permissions:
contents: read
security-events: write
actions: read
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
# security-and-quality = security-extended + maintainability queries
# Test path exclusions live in the config file.
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"