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
3aa76e1c
Commit
3aa76e1c
authored
Mar 03, 2025
by
Harrison King Saturley-Hall
Browse files
ci: split out jobs into separate workflows
parent
a67d3e8b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
47 deletions
+68
-47
.github/workflows/codeql.yml
.github/workflows/codeql.yml
+34
-0
.github/workflows/copyright-checks.yml
.github/workflows/copyright-checks.yml
+34
-0
.github/workflows/pre-merge.yml
.github/workflows/pre-merge.yml
+0
-47
No files found.
.github/workflows/codeql.yml
0 → 100644
View file @
3aa76e1c
name
:
CodeQL
on
:
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}}"
.github/workflows/copyright-checks.yml
0 → 100644
View file @
3aa76e1c
name
:
Copyright Checks
on
:
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}}"
.github/workflows/pre-merge.yml
View file @
3aa76e1c
...
...
@@ -51,54 +51,7 @@ jobs:
-
uses
:
pre-commit/action@v3.0.0
timeout-minutes
:
3
copyright-checks
:
runs-on
:
ubuntu-24.04
container
:
image
:
ghcr.io/dynemo-ai/dynemo/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/dynemo/dynemo
-
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
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}}"
# providers_validation:
# runs-on: ubuntu-latest
...
...
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