Release v10.5.1#2770
Conversation
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.34.2 to 1.35.1. - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.34.2...v1.35.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.38.9 to 1.38.14. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.9...1.38.14) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.8 to 0.11.9. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.8...0.11.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flask](https://github.com/pallets/flask) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bump ruff from 0.11.8 to 0.11.9
Bump boto3 from 1.38.9 to 1.38.14
Bump cfn-lint from 1.34.2 to 1.35.1
Bump flask from 3.1.0 to 3.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.3.1 to 80.4.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.3.1...v80.4.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.9 to 0.11.10. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.9...0.11.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 45.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.3...45.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [shapely](https://github.com/shapely/shapely) from 2.0.7 to 2.1.1. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](shapely/shapely@2.0.7...2.1.1) --- updated-dependencies: - dependency-name: shapely dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [boto3](https://github.com/boto/boto3) from 1.38.14 to 1.38.19. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.38.14...1.38.19) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Tweak the updated deployment docs
…P3/actions-0.19.0 Bump ASFHyP3/actions from 0.18.1 to 0.19.0
Bump ruff from 0.11.9 to 0.11.10
Bump boto3 from 1.38.14 to 1.38.19
Co-authored-by: Joseph H Kennedy <me@jhkennedy.org>
Update deployment docs
Bump shapely from 2.0.7 to 2.1.1
Bump cryptography from 44.0.3 to 45.0.2
Bump flask-cors from 5.0.1 to 6.0.0
deployment docs changelog entry
increase vcpus in edc-prod deployment
| jobs: | ||
| call-changelog-check-workflow: | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.18.1 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.19.0 |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 11 months ago
To fix the issue, we will add a permissions block at the root level of the workflow. This block will specify the minimal permissions required for the workflow to function. Since the workflow is related to checking changelogs, it likely only needs contents: read permission to access repository contents. This change ensures that the GITHUB_TOKEN has restricted access, reducing the risk of unintended actions.
| @@ -2,2 +2,5 @@ | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| on: |
| jobs: | ||
| call-labeled-pr-check-workflow: | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.18.1 | ||
| uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.19.0 |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 11 months ago
To fix the issue, we will add a permissions block at the root of the workflow file. This block will specify the minimal permissions required for the workflow to function. Based on the context, the workflow likely only needs contents: read permissions, as it is checking labels on pull requests and does not appear to modify repository contents or perform other write operations.
| @@ -2,2 +2,5 @@ | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| on: |
Developer checklist
Reviewer checklist
|
TODO
MONTHLY_BUDGETsecret value forhyp3-edc-prodenvironment