Skip to content

Update setuptools requirement from >=82.0.1 to >=83.0.0 in /gitmud #124

Update setuptools requirement from >=82.0.1 to >=83.0.0 in /gitmud

Update setuptools requirement from >=82.0.1 to >=83.0.0 in /gitmud #124

Workflow file for this run

name: codeql
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '17 5 * * 1'
jobs:
analyze:
name: Analyze ${{ matrix.language }}
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
# Go sources for mudzipserver live in the external
# iot-onboarding/mudcerts repo and are only pulled in at
# docker-build time, so there is nothing for CodeQL to scan here.
language: [python, javascript]
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform analysis
uses: github/codeql-action/analyze@v4
with:
category: '/language:${{ matrix.language }}'