Activity Overview

Commits and releases over time

  • Commits
  • Releases
  • Authors

Repository Explorer

23 commits in all time May 05, 2026 21:14 – Aug 03, 2026 21:14 UTC
Merge 5385f2100f64ec21bb051af7f0306c7eb5c4b63c into 5ade6f36f37b6d9a360f4553fe7f5e3874ea8134
Git Commit b7c36741 Branch pull/102/merge Document 1/1 ++ 1 --
chore(deps): update poethepoet requirement from >=0.36.0 to >=0.48.0
Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version.
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](https://github.com/nat-n/poethepoet/compare/v0.36.0...v0.48.0)

---
updated-dependencies:
- dependency-name: poethepoet
  dependency-version: 0.48.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 5385f210 Branch dependabot/pip/poethepoet-gte-0.48.0 Document 1/1 ++ 1 --
Merge c90ed4a78bce0e07f85b67d576270492cc5acf47 into 5ade6f36f37b6d9a360f4553fe7f5e3874ea8134
Git Commit 5ab40fe8 Branch pull/101/merge Document 1/1 ++ 1 --
chore(deps): update pre-commit requirement from >=4.2.0 to >=4.6.1
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.6.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-version: 4.6.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit c90ed4a7 Branch dependabot/pip/pre-commit-gte-4.6.1 Document 1/1 ++ 1 --
Merge 99af5675b2c37fa02b50b2b98dc40d26d4e18308 into 5ade6f36f37b6d9a360f4553fe7f5e3874ea8134
Git Commit 446a5906 Branch pull/100/merge Document 1/1 ++ 1 --
chore(deps): update ruff requirement from >=0.12.9 to >=0.15.22
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.9...0.15.22)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit 99af5675 Branch dependabot/pip/ruff-gte-0.15.22 Document 1/1 ++ 1 --
chore: restore v1 line, migrate to uv and add starlight docs
Git Commit 5ade6f36 Branch pull/99/head Document 76/8,219 ++ 3,780 --
chore: restore v1 line, migrate to uv and add starlight docs
Git Commit f17bd036 Branch pull/99/head Document 76/8,217 ++ 3,780 --
ci: pin action SHAs to latest, fix devportal docs and retire alpha channel (#97)
## Summary

This PR makes a few related CI/CD changes:

1. **Hardens the CI workflows** by pinning all third-party GitHub
Actions to immutable commit SHAs and bumping them to their latest
versions.
2. **Fixes versioned DevPortal docs publishing** so a
`devportal-docs.tar.gz` asset is attached to each `vX.Y.Z` release, not
only to the rolling `docs-latest` pre-release.
3. **Keeps the DevPortal docs current** by refreshing the rolling
`docs-latest` build on every push to `main`.
4. **Retires the `alpha` prerelease channel**, so releases come only
from `main` (beta) and `workflow_dispatch` (production).

## Changes

### CI security hardening

- Pin all third-party actions to full commit SHAs (with `# vX` comments)
instead of mutable tags in `build-python.yaml`, `cd.yaml`,
`check-docs.yaml`, `check-python.yaml`, `gh-pages.yaml`, and
`verify-examples.yaml`. `publish-devportal-docs.yml` was already
SHA-pinned. First-party refs stay as-is per policy:
`algorandfoundation/algokit-shared-config` reusable actions remain on
`@main`, and the DevPortal action remains on `@release/ak-v4`.
- Version bumps (all pinned to the corresponding SHA):
`actions/checkout` v4 to v6, `actions/upload-artifact` v4 to v7,
`actions/setup-python` v5 to v6, `actions/create-github-app-token` v2 to
v3, `actions/upload-pages-artifact` and `actions/deploy-pages` v4 to v5,
`astral-sh/setup-uv` v5 to v8, and `MishaKav/pytest-coverage-comment`
v1.2.0 to v1.7.2. `python-semantic-release` is already on the latest
(v10.5.3) and is SHA-pinned only.
- Move `pypa/gh-action-pypi-publish` from the rolling `release/v1`
branch to a pinned `v1.14.0` SHA. Updates now come via Dependabot or
manual bumps.
- Workflow `permissions` are intentionally left unchanged, to avoid
altering the working release pipeline.

### DevPortal docs publishing

- `publish-devportal-docs.yml`: drop the temporary
`ci/add-publish-to-devportal-workflow` push trigger in favor of `push:
branches: [main]`, and point the publish action at `release/ak-v4`. This
refreshes the rolling `docs-latest` pre-release on every merge to
`main`. Tag pushes (`v*`) continue to attach `devportal-docs.tar.gz` to
the corresponding version release.
- `pyproject.toml`: change the python-semantic-release `commit_message`
from `[skip ci]` to `skip-checks: true`. `[skip ci]` on the release bump
commit was suppressing the tag-push run of `publish-devportal-docs.yml`,
so the versioned `devportal-docs.tar.gz` was never attached. Tag pushes
now trigger the workflow and attach the tarball.

### Release channel cleanup

- Retire the `alpha` prerelease channel. In `cd.yaml`: remove `alpha`
from the push branches, drop the "Python Semantic Release - Alpha" step,
and remove the `alpha` references from the PyPI-publish condition, the
`run-name`, and the `publish-docs` guard. In `pyproject.toml`: remove
`[tool.semantic_release.branches.alpha]` and the `release-dry-run-alpha`
poe task. The release model becomes `main` to beta plus
`workflow_dispatch` to production.
- The existing `alpha` branch and the historical `v*-alpha.*` tags and
releases are left in place.

## Why

- Pinning actions to SHAs protects the supply chain against
tag-retargeting attacks, and bumping to latest keeps runtimes (Node 24)
and features current. Each bump was checked against this repo's usage;
none introduce breaking changes for how the actions are used here. All
workflows run on GitHub-hosted `ubuntu-latest`, so the higher minimum
runner versions that the Node 24 bumps require are satisfied
automatically.
- The DevPortal importer pulls each library's "Latest" docs from the
`docs-latest` release, which is only refreshed by non-tag runs. The
workflow previously triggered on a temporary feature branch, so
`docs-latest` went stale and the portal kept serving outdated docs.
Triggering on `main` keeps it current.
- A `[skip ci]` directive in a commit message suppresses every workflow
for that push, including the tag push, because the tag points to the
bump commit. That is why no `vX.Y.Z` release had a
`devportal-docs.tar.gz`. `skip-checks: true` is not honored by GitHub
Actions as a skip, so the tag push fires the docs workflow.
- The `alpha` prerelease channel is being retired. Removing its triggers
and release config stops further `*-alpha.*` publishes and CI runs on
that branch, while leaving the existing alpha history intact.
Git Commit d6dbc56a Branch main Document 10/67 ++ 72 --
ci: add pip-audit dependency vulnerability check
Git Commit a01c3d37 Branch ci/harden-workflows-cleanup-alpha Document 1/8 ++ 0 --
Merge c1aaad8382b7bcd6561043034f02a3d063771576 into 5aec1b50f199d37d820a5d7d4fe4b56388d73ab6
Git Commit 99621874 Branch pull/97/merge Document 10/38 ++ 51 --
ci: update setup node version in step name
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Git Commit c1aaad83 Branch ci/harden-workflows-cleanup-alpha Document 1/1 ++ 1 --
Merge e41ee0f947248e91389a8053eff6adec4010cabd into 5aec1b50f199d37d820a5d7d4fe4b56388d73ab6
Git Commit ba26bcea Branch pull/97/merge Document 10/37 ++ 50 --
ci: pin action SHAs to latest, fix devportal docs and retire alpha channel
Git Commit e41ee0f9 Branch ci/harden-workflows-cleanup-alpha Document 10/37 ++ 50 --
Merge 7a23de39fba7afaaaec507fdba26cca95056137a into 5aec1b50f199d37d820a5d7d4fe4b56388d73ab6
Git Commit 00ab849b Branch pull/97/merge Document 9/34 ++ 47 --
ci: pin action SHAs to latest, fix devportal docs and retire alpha channel
Git Commit 7a23de39 Branch ci/harden-workflows-cleanup-alpha Document 9/34 ++ 47 --