-
Notifications
You must be signed in to change notification settings - Fork 0
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 v2.0.2 - attempt #2 #555
Changes from all commits
394de94
8b65a40
e2fec76
a14c63e
c90d827
99e0426
1c5d728
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 |
---|---|---|
|
@@ -5,9 +5,12 @@ | |
jobs: | ||
|
||
call-ruff-workflow: | ||
uses: ASFHyP3/actions/.github/workflows/[email protected] | ||
uses: ASFHyP3/actions/.github/workflows/[email protected] | ||
|
||
call-mypy-workflow: | ||
Comment on lines
+8
to
+10
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|
||
uses: ASFHyP3/actions/.github/workflows/[email protected] | ||
|
||
cfn-lint: | ||
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
jobs: | ||
call-bump-version-workflow: | ||
# Docs: https://github.com/ASFHyP3/actions | ||
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.13.2 | ||
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.14.0 | ||
with: | ||
user: tools-bot | ||
email: [email protected] | ||
secrets: | ||
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} | ||
Check warning Code scanning / CodeQL Workflow does not contain permissions Medium
Actions Job or Workflow does not set permissions
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
name: grfn-ingest | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- python=3.12 | ||
- pip | ||
- pip: | ||
- pytest | ||
- boto3 | ||
- pytest-mock | ||
- -r requirements-all.txt |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium