Skip to content

Bump actions/download-artifact from 4 to 8 (#112) #123

Bump actions/download-artifact from 4 to 8 (#112)

Bump actions/download-artifact from 4 to 8 (#112) #123

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 }}'