June 14, 2024
actions-cfn-lint
Version updated for shogo82148/actions-cfn-lint to version v2.23.0.
This action is used across all versions by 22 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed bump cfn-lint v0.87.7 by @shogo82148-slim in https://github.com/shogo82148/actions-cfn-lint/pull/570 Full Changelog: https://github.com/shogo82148/actions-cfn-lint/compare/v2.22.0...v2.23.0
June 14, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.1.
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 from 1.3.0 to 1.3.1 by @bdehamer in https://github.com/actions/attest-sbom/pull/72 Bugfix when detecting support for the referrers API with OCI registries Full Changelog: https://github.com/actions/attest-sbom/compare/v1.3.0...v1.3.1
June 14, 2024
Build with Gradle
Version updated for gradle/actions to version v3.4.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 8,963 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release improves the integration with Gradle Develocity®, as well as updating a number of key dependencies.
The new develocity-access-key input parameter allows the action to generate a short-lived access token for subsequent communication with Develocity.
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.