Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
4653bb34
".github/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "f465aca39c8e865f7ee13194bd858113dc133566"
Commit
4653bb34
authored
Mar 04, 2025
by
Harrison King Saturley-Hall
Browse files
ci: fix copyright checks
parent
254346fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
29 deletions
+21
-29
.github/workflows/copyright-checks.yml
.github/workflows/copyright-checks.yml
+21
-29
No files found.
.github/workflows/copyright-checks.yml
View file @
4653bb34
name
:
Copyright Checks
on
:
pull
-
request
:
pull
_
request
jobs
:
codeql
:
name
:
Analyze Codebase
runs-on
:
ubuntu-latest
permissions
:
actions
:
read
contents
:
read
security-events
:
write
strategy
:
fail-fast
:
false
matrix
:
language
:
[
'
python'
]
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# v4.2.2
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v3
with
:
languages
:
${{matrix.language}}
queries
:
+security-and-quality
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v3
with
:
category
:
"
/language:${{matrix.language}}"
copyright-checks
:
runs-on
:
ubuntu-24.04
container
:
image
:
ghcr.io/triton-inference-server/triton_distributed/helm-tester:0.1.1
options
:
--tty
volumes
:
-
${{ github.workspace }}:/workspace
permissions
:
contents
:
read
packages
:
read
steps
:
-
uses
:
actions/checkout@v4
# Allowlist both variants of the mounted source directory.
-
run
:
git config --global --add safe.directory /__w/triton_distributed/triton_distributed
-
run
:
git config --global --add safe.directory /workspace
-
run
:
pwsh /workspace/.github/workflows/copyright-check.ps1
env
:
NVBUILD_VERBOSITY
:
DETAILED
timeout-minutes
:
2
working-directory
:
/workspace
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment