-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update python Docker tag to v3.13 #256
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 99 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 60 | 39 | 0 |
Click to see the invalid file list
- Dockerfile
- action.yaml
- generate-src-docs.sh
- main.py
- src/gatekeeper/init.py
- src/gatekeeper/action.py
- src/gatekeeper/check.py
- src/gatekeeper/clients.py
- src/gatekeeper/commit.py
- src/gatekeeper/constants.py
- src/gatekeeper/content.py
- src/gatekeeper/discourse.py
- src/gatekeeper/docs_directory.py
- src/gatekeeper/download.py
- src/gatekeeper/exceptions.py
- src/gatekeeper/index.py
- src/gatekeeper/metadata.py
- src/gatekeeper/migration.py
- src/gatekeeper/navigation_table.py
- src/gatekeeper/reconcile.py
- src/gatekeeper/repository.py
- src/gatekeeper/sort.py
- src/gatekeeper/types_.py
- tests/init.py
- tests/conftest.py
- tests/factories.py
- tests/integration/init.py
- tests/integration/conftest.py
- tests/integration/test___init__run_conflict.py
- tests/integration/test___init__run_migrate.py
- tests/integration/test___init__run_reconcile.py
- tests/integration/test_discourse.py
- tests/integration/types.py
- tests/types.py
- tests/unit/init.py
- tests/unit/action/init.py
- tests/unit/action/test_other_actions.py
- tests/unit/action/test_update_action.py
- tests/unit/conftest.py
- tests/unit/helpers.py
- tests/unit/test___init__.py
- tests/unit/test_check.py
- tests/unit/test_commit.py
- tests/unit/test_content.py
- tests/unit/test_discourse.py
- tests/unit/test_docs_directory.py
- tests/unit/test_download.py
- tests/unit/test_index.py
- tests/unit/test_index_contents_get.py
- tests/unit/test_index_contents_hierarchy.py
- tests/unit/test_index_contents_parse.py
- tests/unit/test_metadata.py
- tests/unit/test_migration/init.py
- tests/unit/test_migration/test_private.py
- tests/unit/test_migration/test_public.py
- tests/unit/test_navigation_table.py
- tests/unit/test_reconcile.py
- tests/unit/test_repository.py
- tests/unit/test_sort.py
- tests/unit/test_types_.py
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
@@ -1,6 +1,6 @@ | |||
# Copyright 2024 Canonical Ltd. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Copyright 2024 Canonical Ltd. | |
# Copyright 2025 Canonical Ltd. | |
# See LICENSE file for licensing details. | |
# Copyright 2024 Canonical Ltd. |
Lint checks failed for 1ae69d5
/home/ubuntu/actions-runner/_work/discourse-gatekeeper/discourse-gatekeeper/src/gatekeeper/check.py:171: supppressed ==> suppressed
|
Test coverage for 1ae69d5
Static code analysis report
|
This PR contains the following updates:
3.12-slim
->3.13-slim
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.