ci
ci copied to clipboard
A GitHub Action and Azure DevOps Task designed to simplify using Dev Containers (https://containers.dev) in CI/CD systems.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.8 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. Release notes Sourced from actions/github-script's releases. v8.0.0 What's Changed Update Node.js version support to 24.x by @salmanmkc in actions/github-script#637 README for updating actions/github-script from...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
Add support for separate `images` and `tags` inputs, similar to the official docker-build-push action, and compatible with the docker-metadata-action. Fully backwards compatible
Bumps ghcr.io/devcontainers/features/github-cli from 1.0.14 to 1.0.15. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Relates to: https://github.com/devcontainers/ci/issues/188 `GITHUB_EVENT_PATH` is another GitHub action specific file which should be mounted into the devcontainer as already done for other files of this kind in https://github.com/devcontainers/ci/pull/219 See https://docs.github.com/en/actions/reference/workflows-and-actions/variables#default-environment-variables
It seems like envvars added by features and via the action's `env:` option aren't passed to `docker run`. VSCode does pass them to `docker run`. This is important for shell...
- Added `imageDigests` output to action - Added docs on how to utilize `imageDigests` to do multi-arch builds on native runners in Github Actions