Skip to content

sandbox: introduce the MKOSI_CHROOT_SUPPRESS_CHOWN variable #6249

sandbox: introduce the MKOSI_CHROOT_SUPPRESS_CHOWN variable

sandbox: introduce the MKOSI_CHROOT_SUPPRESS_CHOWN variable #6249

Workflow file for this run

---
# vi: ts=2 sw=2 et:
#
name: "CodeQL"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['python']
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Initialize CodeQL
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
with:
languages: ${{ matrix.language }}
queries: +security-extended,security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a