June 18, 2024
Setup mkr
Version updated for susisu/setup-mkr to version v3.0.4.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Upgrade dependencies
Full Changelog: https://github.com/susisu/setup-mkr/compare/v3.0.3...v3.0.4
June 18, 2024
Setup ko
Version updated for ko-build/setup-ko to version v0.7.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix yaml highlighting by @leongross in https://github.com/ko-build/setup-ko/pull/5 update references to imjasonh/setup-ko by @imjasonh in https://github.com/ko-build/setup-ko/pull/6 Fix links by @karthikraobr in https://github.com/ko-build/setup-ko/pull/7 Make repository name lowercase to prevent issues with capitals by @ChaosInTheCRD in https://github.com/ko-build/setup-ko/pull/9 Update README.md by @imjasonh in https://github.
June 18, 2024
actions-cfn-lint
Version updated for shogo82148/actions-cfn-lint to version v2.24.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 reviewdog v0.18.0 by @shogo82148 in https://github.com/shogo82148/actions-cfn-lint/pull/572 Full Changelog: https://github.com/shogo82148/actions-cfn-lint/compare/v2.23.0...v2.24.0
June 18, 2024
Attest SBOM
Version updated for actions/attest-sbom to version v1.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 33 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/attest from 1.3.1 to 1.3.2 by @bdehamer in https://github.com/actions/attest-sbom/pull/75 Increase timeout for OCI operations Full Changelog: https://github.com/actions/attest-sbom/compare/v1.3.1...v1.3.2
June 18, 2024
Aqua Security Trivy
Version updated for aquasecurity/trivy-action to version 0.23.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 15,758 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Upgrade trivy to v0.52.2 by @Dr-DevOps in https://github.com/aquasecurity/trivy-action/pull/367 Full Changelog: https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.23.0
June 18, 2024
Semantic Release Action
Version updated for codfish/semantic-release-action to version v3.4.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 3.4.1 (2024-06-17) Bug Fixes update release workflow to ensure every docker tag is pushed (#208) (9a999e0)
June 18, 2024
Build with Gradle
Version updated for gradle/actions to version v3.4.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9,220 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This patch release fixes a race condition that resulted in the DEVELOCITY_ACCESS_KEY variable not being set in the environment.
What’s Changed Fix race condition with fetching short lived token by @alextu in https://github.com/gradle/actions/pull/260 Full Changelog: https://github.
June 18, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.4.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 50,931 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 18, 2024
Gradle Wrapper Validation
Version updated for gradle/wrapper-validation-action to version v3.4.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 60,478 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.