-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.4.2 #119
Release v1.4.2 #119
Changes from all commits
a211361
9c5fa1f
d399fa2
792da82
0085945
9c08d0b
abc87f6
7115037
5f9b390
775b2a9
53bd2ab
8644f71
9d800cc
fcb6a4e
59ca4d9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name: Static analysis | ||
|
||
on: [pull_request] | ||
on: push | ||
|
||
jobs: | ||
call-secrets-analysis-workflow: | ||
# Docs: https://github.com/ASFHyP3/actions | ||
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.14.0 | ||
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.15.0 | ||
|
||
call-ruff-workflow: | ||
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|
||
# Docs: https://github.com/ASFHyP3/actions | ||
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.14.0 | ||
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.15.0 | ||
|
||
call-mypy-workflow: | ||
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|
||
# Docs: https://github.com/ASFHyP3/actions | ||
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.14.0 | ||
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.15.0 | ||
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium