-
Notifications
You must be signed in to change notification settings - Fork 2
Release v0.6.1 #72
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 v0.6.1 #72
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: Build and Distribute to PyPI | ||
|
|
||
| on: | ||
| push: | ||
| tags: | ||
| - 'v*' | ||
|
|
||
| jobs: | ||
| call-pypi-workflow: | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-pypi.yml@v0.21.0 | ||
| permissions: | ||
| contents: read | ||
| secrets: | ||
| PYPI_TOKEN: ${{ secrets.TOOLS_PYPI_PAK }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ on: | |
| jobs: | ||
| call-release-workflow: | ||
| # Docs: https://github.com/ASFHyP3/actions | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.21.0 | ||
| permissions: | ||
| pull-requests: write | ||
| secrets: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,11 +8,11 @@ | |
| jobs: | ||
| call-release-workflow: | ||
| # Docs: https://github.com/ASFHyP3/actions | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.21.0 | ||
| with: | ||
| release_prefix: SatChip | ||
| release_branch: main | ||
| develop_branch: develop | ||
| sync_pr_label: actions-bot | ||
| secrets: | ||
| USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,13 +5,13 @@ | |
| jobs: | ||
| call-secrets-analysis-workflow: | ||
| # Docs: https://github.com/ASFHyP3/actions | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.21.0 | ||
|
|
||
| call-ruff-workflow: | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
|
||
| # Docs: https://github.com/ASFHyP3/actions | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.21.0 | ||
|
|
||
| call-mypy-workflow: | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
|
||
| uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.21.0 | ||
| permissions: | ||
| contents: read | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,6 @@ | |
| jobs: | ||
| call-bump-version-workflow: | ||
| # Docs: https://github.com/ASFHyP3/actions | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.21.0 | ||
| secrets: | ||
| USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,8 +13,8 @@ | |
| jobs: | ||
| call-pytest-workflow: | ||
| # Docs: https://github.com/ASFHyP3/actions | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.20.0 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.21.0 | ||
| with: | ||
| local_package_name: satchip | ||
| python_versions: >- | ||
| ["3.11", "3.12", "3.13"] | ||
Check warningCode scanning / CodeQL Workflow does not contain permissions Medium test
Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |
| and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) | ||
| and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [0.6.1] | ||
|
|
||
| ### Added | ||
| * New builds are now automatically published to PyPI on release. | ||
|
|
||
| ## [0.6.0] | ||
|
|
||
| ### Added | ||
|
|
||
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Copilot Autofix
AI 2 months ago
To fix this issue, an explicit
permissionsblock should be added to the job definition that calls the reusable workflow. This block should grant only the minimum permissions required by the job/reusable workflow. Since we do not know precisely what permissions the reusable workflow needs, a safe minimal starting point based on best practice iscontents: read(to allow reading repo content) and, if necessary, more restrictive/targeted permissions. The block should be added under the job definition (call-changelog-check-workflow) at line 15 or 16, preceding theuses:line. No other code changes, imports, or definitions are required.