Skip to content

chore(deps): bump actions/setup-java from 6.0.0 to 6.0.1 #416

chore(deps): bump actions/setup-java from 6.0.0 to 6.0.1

chore(deps): bump actions/setup-java from 6.0.0 to 6.0.1 #416

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '27 4 * * 3'
permissions:
contents: read
jobs:
analyze:
# Centralized in cuioss-organization, matching every other security/CI workflow in this repo.
# build-mode: none avoids building the external-artifact benchmark module during CodeQL scanning.
# The reusable workflow fixes the query suite to +security-and-quality org-wide.
uses: cuioss/cuioss-organization/.github/workflows/reusable-codeql.yml@9cffe3a2febb07d668784a1257b025101228754d # v0.27.0
permissions:
security-events: write
contents: read
actions: read
with:
languages: '["java"]'
build-mode: none