February 28, 2024
Install PHP Dependencies with Composer
Version updated for ramsey/composer-install to version 2.3.0.
This action is used across all versions by 12,090 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Add new require-lock-file input that forces a build failure if a composer.lock file is not present. (#251) Fixed Add --working-dir when looking up Composer’s cache directory. This fixes “File composer.json could not be found in the current directory” errors when running composer install in sub-directories or other non-standard locations.
February 28, 2024
Open Pull Requests Reporter
Version updated for rkhaslarov/open-pull-requests-reporter-action to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump @types/node from 20.8.9 to 20.8.10 by @dependabot in https://github.com/rkhaslarov/open-pull-requests-reporter-action/pull/4 Bump @typescript-eslint/parser from 6.9.0 to 6.9.1 by @dependabot in https://github.com/rkhaslarov/open-pull-requests-reporter-action/pull/2 Bump prettier-eslint from 16.1.1 to 16.1.2 by @dependabot in https://github.com/rkhaslarov/open-pull-requests-reporter-action/pull/1 Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 by @dependabot in https://github.
February 28, 2024
Sbt Dependency Submission
Version updated for scalacenter/sbt-dependency-submission to version v2.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 13 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix 134: ignore corresponding internal config by @adpi2 in https://github.com/scalacenter/sbt-dependency-submission/pull/165 Full Changelog: https://github.com/scalacenter/sbt-dependency-submission/compare/v2.3.0...v2.3.1
February 28, 2024
Sophos Factory - Run Pipeline
Version updated for sophos/factory-run-pipeline to version v2.
This action is used across all versions by 29 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed [ERDE-2746] update default api url by @marcfieser in https://github.com/sophos/factory-run-pipeline/pull/45 Full Changelog: https://github.com/sophos/factory-run-pipeline/compare/v2.1.0....v2
February 28, 2024
Tembo Database Branching Action
Version updated for tembo-io/database-branching-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Initial release of tembo-io/database-branching-action add test to run the action by @nhudson in https://github.com/tembo-io/database-branching-action/pull/1 Add in repo README, CODEOWNERS, code cleanup by @nhudson in https://github.com/tembo-io/database-branching-action/pull/2 add icon and color metadata by @nhudson in https://github.com/tembo-io/database-branching-action/pull/3 New Contributors @nhudson made their first contribution in https://github.
February 28, 2024
Setup Yarn Berry
Version updated for threeal/setup-yarn-action to version v2.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Action Changes Add Yarn Version to the Cache Key by @threeal in https://github.com/threeal/setup-yarn-action/pull/127 Get Yarn Cache Path From Yarn Config by @threeal in https://github.com/threeal/setup-yarn-action/pull/131 Refactor Steps for Getting Cache Information by @threeal in https://github.com/threeal/setup-yarn-action/pull/139 Getting Yarn Version Silently by @threeal in https://github.
February 28, 2024
ESLint changed files
Version updated for tj-actions/eslint-changed-files to version v23.2.0.
This action is used across all versions by 194 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Upgraded to v23.1.0 by @tj-actions-bot in https://github.com/tj-actions/eslint-changed-files/pull/1637 chore(deps): lock file maintenance by @renovate in https://github.com/tj-actions/eslint-changed-files/pull/1638 chore(deps): update dependency @typescript-eslint/eslint-plugin to v7.0.2 by @renovate in https://github.com/tj-actions/eslint-changed-files/pull/1639 fix(deps): update dependency @types/react to v18.2.57 by @renovate in https://github.com/tj-actions/eslint-changed-files/pull/1640 fix(deps): update dependency @types/node to v20.
February 28, 2024
TruffleHog OSS
Version updated for trufflesecurity/trufflehog to version v3.68.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 185 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix(deps): update module github.com/google/go-github/v57 to v59 by @renovate in https://github.com/trufflesecurity/trufflehog/pull/2464 fix(deps): update module github.com/golang-jwt/jwt/v4 to v5 by @renovate in https://github.com/trufflesecurity/trufflehog/pull/2455 fix(deps): update golang.org/x/exp digest to 814bf88 by @renovate in https://github.com/trufflesecurity/trufflehog/pull/2508 fix(deps): update module github.
February 28, 2024
Filter JSON
Version updated for yakubique/filter-json to version v1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes filter-json GitHub Action filters JSON values based on predefined criteria, extracting and retaining desired values. Full Changelog: https://github.com/yakubique/filter-json/compare/v1...v1.1
Usage For live examples, please see actions
uses: yakubique/filter-json@v1.1 with: input: '["1.0.0","1.1.0","1.2.0","1.2.1","1.3.0"]' values: "1.0.0" # result: '["1.1.0","1.2.0","1.2.1","1.3.0"]' With multiple values uses: yakubique/filter-json@v1.1 with: input: '["1.