Skip to content

Clearer error when a job hits a full disk (ENOSPC) (#1899) #4082

Clearer error when a job hits a full disk (ENOSPC) (#1899)

Clearer error when a job hits a full disk (ENOSPC) (#1899) #4082

Workflow file for this run

name: "Code scanning - action"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 10 * * 2'
concurrency:
group: codeql-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4