"examples/llm/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "a2709c62ec2bb4400a6f8ffd097e52f73c03d55a"
Commit 4653bb34 authored by Harrison King Saturley-Hall's avatar Harrison King Saturley-Hall
Browse files

ci: fix copyright checks

parent 254346fc
name: Copyright Checks name: Copyright Checks
on: on:
pull-request: pull_request
jobs: jobs:
codeql: copyright-checks:
name: Analyze Codebase runs-on: ubuntu-24.04
runs-on: ubuntu-latest container:
permissions: image: ghcr.io/triton-inference-server/triton_distributed/helm-tester:0.1.1
actions: read options: --tty
contents: read volumes:
security-events: write - ${{ github.workspace }}:/workspace
permissions:
strategy: contents: read
fail-fast: false packages: read
matrix: steps:
language: [ 'python' ] - uses: actions/checkout@v4
# Allowlist both variants of the mounted source directory.
steps: - run: git config --global --add safe.directory /__w/triton_distributed/triton_distributed
- name: Checkout repository - run: git config --global --add safe.directory /workspace
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - run: pwsh /workspace/.github/workflows/copyright-check.ps1
env:
- name: Initialize CodeQL NVBUILD_VERBOSITY: DETAILED
uses: github/codeql-action/init@v3 timeout-minutes: 2
with: working-directory: /workspace
languages: ${{matrix.language}} \ No newline at end of file
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment