June 14, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 50,853 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
June 14, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 60,354 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been deprecated by gradle/actions/wrapper-validation. Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3 with
uses: gradle/actions/wrapper-validation@v3 See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.
June 14, 2024
push-to-ghcr
Version updated for macbre/push-to-ghcr to version v14.
This action is used across all versions by 633 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/macbre/push-to-ghcr/pull/34 Wrap “docker build” with set -x / set +x by @macbre in https://github.com/macbre/push-to-ghcr/pull/35 add ghcr badge by @ipitio in https://github.com/macbre/push-to-ghcr/pull/40 Add the optional build-arg input by @macbre in https://github.com/macbre/push-to-ghcr/pull/41 New Contributors @ipitio made their first contribution in https://github.
June 14, 2024
pkgchk
Version updated for tonycknight/pkgchk-action to version v1.0.16.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Upgrade image version - Octokit to v12.0.0 by @tonycknight in https://github.com/tonycknight/pkgchk-action/pull/10 Full Changelog: https://github.com/tonycknight/pkgchk-action/compare/v1.0.15...v1.0.16
June 13, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 30 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest action to v1.3.0 by @bdehamer in https://github.com/actions/attest-sbom/pull/71 Dynamic construction of GitHub API URLs based on GITHUB_SERVER_URL Improved handling of Rekor 409 responses Bugfix - detection of registries with support for the OCI referrers API Full Changelog: https://github.
June 13, 2024
Compile Arduino Sketches
Version updated for arduino/compile-sketches to version v1.1.1.
This action is used across all versions by 989 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Bug Fix Update code to accommodate breaking change to semver package (#130) Use token when uploading unit test code coverage data to Codecov from GitHub Actions workflow (02168a68a99c94a40417b3bd47ca5e0e7019f08f) Handle Arduino CLI 1.x core list command output data format (#285) Enhancement Document how to source platform/library dependencies from private repositories (#174) Remove mention of deprecated arduino/report-size-trends action from documentation (#191) Various dependency updates Full Changeset https://github.
June 13, 2024
run-digger
Version updated for diggerhq/digger to version v0.5.6.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Cache Go dependencies when building CLI by @sikha-root in https://github.com/diggerhq/digger/pull/1573 Add SHA256 checksums to release artifacts by @sikha-root in https://github.com/diggerhq/digger/pull/1226 doc: fix variable name error by @dannysauer in https://github.com/diggerhq/digger/pull/1575 doc: fix a few minor typos by @dannysauer in https://github.com/diggerhq/digger/pull/1576 support terragrunt blocks by @motatoes in https://github.
June 13, 2024
Setup Windows 10 SDK Action
Version updated for GuillaumeFalourd/setup-windows10-sdk-action to version v2.1.
This action is used across all versions by 302 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump braces and jest by @dependabot in https://github.com/GuillaumeFalourd/setup-windows10-sdk-action/pull/21 Full Changelog: https://github.com/GuillaumeFalourd/setup-windows10-sdk-action/compare/v2...v2.1
June 13, 2024
API testing with Kubernetes
Version updated for LinuxSuRen/api-testing to version v0.0.17.
This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed 中文 ChangeLog
🚀 Features feat: add serviceMonitor in the helm chart (#485) @SamYSF feat: support to run test suite via http (#478) @LinuxSuRen feat: add TLS for gRPC server endpoint (#477) @DWJ-Squirtle feat: support to download extensions automatically (#471) @LinuxSuRen e2e: add e2e tests for code generators (#458) @LinuxSuRen feat: support to duplicate test suite and case (#455) @LinuxSuRen feat: add a language switch button on the web page (#447) @SamYSF feat: support to view testSuite as YAML on web page (#438) @SamYSF feat: support send report to a gRPC server (#431) @lizzy-0323 feat: add electron based desktop application (#428) @LinuxSuRen feat: support image registry mock server (#425) @LinuxSuRen fix: using a better header struct (#418) @LinuxSuRen feat: support to start and update mock server on ui (#410) @LinuxSuRen feat: support to set the prefix of mock server (#402) @LinuxSuRen feat: Support to generator JavaScript code from a HTTP testCase.