From 0da21be439b285207b7b2d532c78aa6952c906fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:46:54 +0530 Subject: [PATCH] chore: bump tj-actions/changed-files from 41 to 46 in /.github/workflows (#39761) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 46.
Release notes

Sourced from tj-actions/changed-files's releases.

v46

[!WARNING]
Security Alert: A critical security issue was identified in this action due to a compromised commit.

This commit has been removed from all tags and branches, and necessary measures have been implemented to prevent similar issues in the future.

Action Required:

  • Review your workflows executed between March 14 and March 15. If you notice unexpected output under the changed-files section, decode it using the following command: echo 'xxx' | base64 -d | base64 -d
    If the output contains sensitive information (e.g., tokens or secrets), revoke and rotate those secrets immediately.
  • If your workflows reference this commit directly by its SHA, you must update them immediately to avoid using the compromised version.
  • If you are using tagged versions (e.g., v35, v44.5.1), no action is required as these tags have been updated and are now safe to use.

Additionally, as a precaution, we recommend rotating any secrets that may have been exposed during this timeframe to ensure the continued security of your workflows.

Changes in v46.0.1

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v46...v46.0.1


Changes in v46.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/tj-actions/changed-files/compare/v45.0.5...v46.0.0

What's Changed

Full Changelog: https://github.com/tj-actions/changed-files/compare/v45.0.5...v46.0.0

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

Changelog

46.0.1 - (2025-03-16)

🔄 Update

Co-authored-by: github-actions[bot] (2f7c5bf) - (github-actions[bot])

46.0.0 - (2025-03-16)

🐛 Bug Fixes

➖ Remove

🔄 Update

Co-authored-by: github-actions[bot] (5cbf220) - (github-actions[bot])

📚 Documentation

45.0.9 - (2025-03-15)

🐛 Bug Fixes

⚙️ Miscellaneous Tasks

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=41&new-version=46)](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 rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/appsmithorg/appsmith/network/alerts).
> [!WARNING] > Tests have not run on the HEAD 7cc23031088dd77b20e7b899010f7343a2c5269d yet >
Tue, 18 Mar 2025 06:37:37 UTC ## Summary by CodeRabbit - **Chores** - Upgraded internal automation dependencies to enhance the consistency and reliability of our build and deployment processes. These improvements help maintain stability and performance across client and server operations, ensuring a smooth experience for users without any visible interface changes. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-client-cyclic-deps-check.yml | 2 +- .github/workflows/client-build.yml | 2 +- .github/workflows/server-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-client-cyclic-deps-check.yml b/.github/workflows/ci-client-cyclic-deps-check.yml index af8e9f2fdd..1508468d97 100644 --- a/.github/workflows/ci-client-cyclic-deps-check.yml +++ b/.github/workflows/ci-client-cyclic-deps-check.yml @@ -29,7 +29,7 @@ jobs: - name: Check for changes in app/client/src id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: | app/client/src/** diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 578f544916..88ade3eed8 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -68,7 +68,7 @@ jobs: - name: Get changed files in the client folder id: changed-files-specific - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: "app/client/**" diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index cfb57a57bd..39a4f851ab 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -102,7 +102,7 @@ jobs: - name: Get changed files in the server folder id: changed-files-specific - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v46 with: files: "app/server/**" write_output_files: true