Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1800d19

Browse files
Bump tj-actions/changed-files from 40 to 41 in /.github/workflows (#2789)
Bumps[tj-actions/changed-files](https://github.com/tj-actions/changed-files)from 40 to 41.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files'sreleases</a>.</em></p><blockquote><h2>v41</h2><h1>Changes in v41.0.1</h1><h2>What's Changed</h2><ul><li>Upgraded to v41 by <ahref="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1811">tj-actions/changed-files#1811</a></li><li>chore(deps): update dependency eslint-plugin-prettier to v5.1.2 by<a href="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1813">tj-actions/changed-files#1813</a></li><li>fix: update characters escaped by safe output by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1815">tj-actions/changed-files#1815</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/tj-actions/changed-files/compare/v41...v41.0.1">https://github.com/tj-actions/changed-files/compare/v41...v41.0.1</a></p><hr /><h1>Changes in v41.0.0</h1><h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2><p>A new <code>safe_output</code> input is now available to preventoutputting unsafe filename characters (Enabled by default). This wouldescape characters in the filename that could be used for commandinjection.</p><blockquote><p>[!NOTE]This can be disabled by setting the <code>safe_output</code> to falsethis comes with a recommendation to store all outputs generated in anenvironment variable first before using them.</p></blockquote><h4>Example</h4><pre lang="yaml"><code>... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v40 with:safe_output: false # set to false because we are using an environmentvariable to store the output and avoid command injection.<pre><code>- name: List all added files env: ADDED_FILES: ${{ steps.changed-files.outputs.added_files }} run: | for file in &amp;quot;$ADDED_FILES&amp;quot;; do echo &amp;quot;$file was added&amp;quot; done</code></pre><p>...</code></pre></p><h2>What's Changed</h2><ul><li>chore(deps): update typescript-eslint monorepo to v6.15.0 by <ahref="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1801">tj-actions/changed-files#1801</a></li><li>Upgraded to v40.2.3 by <ahref="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1800">tj-actions/changed-files#1800</a></li><li>chore(deps): update dependency eslint-plugin-prettier to v5.1.0 by<a href="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1802">tj-actions/changed-files#1802</a></li><li>chore(deps): lock file maintenance by <ahref="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1803">tj-actions/changed-files#1803</a></li><li>chore(deps): update dependency eslint-plugin-prettier to v5.1.1 by<a href="https://github.com/renovate"><code>@​renovate</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1804">tj-actions/changed-files#1804</a></li><li>fix: update safe output regex and the docs by <ahref="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1805">tj-actions/changed-files#1805</a></li><li>Revert &quot;chore(deps): update actions/download-artifact action tov4&quot; by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1806">tj-actions/changed-files#1806</a></li><li>Update README.md by <ahref="https://github.com/jackton1"><code>@​jackton1</code></a> in <ahref="https://redirect.github.com/tj-actions/changed-files/pull/1808">tj-actions/changed-files#1808</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Changelog</summary><p><em>Sourced from <ahref="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files'schangelog</a>.</em></p><blockquote><h1>Changelog</h1><h1><ahref="https://github.com/tj-actions/changed-files/compare/v41.0.0...v41.0.1">41.0.1</a>- (2023-12-24)</h1><h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2><ul><li>Update characters escaped by safe output (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1815">#1815</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/716b1e13042866565e00e85fd4ec490e186c4a2f">716b1e1</a>)- (Tonye Jack)</li></ul><h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2><ul><li><strong>deps:</strong> Update dependency eslint-plugin-prettier tov5.1.2 (<ahref="https://github.com/tj-actions/changed-files/commit/7aaf10d9eef19e8a2432a967b88124171152caaf">7aaf10d</a>)- (renovate[bot])</li></ul><h2><!-- raw HTML omitted -->⬆️ Upgrades</h2><ul><li>Upgraded to v41 (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1811">#1811</a>)</li></ul><p>Co-authored-by: jackton1 <ahref="mailto:jackton1@users.noreply.github.com">jackton1@users.noreply.github.com</a>(<ahref="https://github.com/tj-actions/changed-files/commit/cc08e170f4447237bcaf8acaacfa615b9cb86612">cc08e17</a>)- (tj-actions[bot])</p><h1><ahref="https://github.com/tj-actions/changed-files/compare/v40.2.3...v41.0.0">41.0.0</a>- (2023-12-23)</h1><h2><!-- raw HTML omitted -->🐛 Bug Fixes</h2><ul><li>Update safe output regex and the docs (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1805">#1805</a>)(<ahref="https://github.com/tj-actions/changed-files/commit/ff2f6e6b91913a7be42be1b5917330fe442f2ede">ff2f6e6</a>)- (tj-actions[bot])</li></ul><h2><!-- raw HTML omitted -->⏪ Reverts</h2><ul><li>Revert &quot;chore(deps): update actions/download-artifact action tov4&quot; (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1806">#1806</a>)</li></ul><p>(<ahref="https://github.com/tj-actions/changed-files/commit/4f573fed06c9abb5da4c72f75c1c320718114ff7">4f573fe</a>)- (Tonye Jack)</p><h2><!-- raw HTML omitted -->🔄 Update</h2><ul><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/6e79d6e3dbe48946636c2939c80ff5c84ff7f9fe">6e79d6e</a>)- (Tonye Jack)</li><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/d13ac1942fb3c1d7d32017915bb082cebe8a272a">d13ac19</a>)- (Tonye Jack)</li><li>Update README.md (<ahref="https://github.com/tj-actions/changed-files/commit/bb89f97963be96b39e1a303e64d5b91a1af4c340">bb89f97</a>)- (Tonye Jack)</li><li>Updated README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1810">#1810</a>)</li></ul><p>Co-authored-by: renovate[bot] <!-- raw HTML omitted --> (<ahref="https://github.com/tj-actions/changed-files/commit/1864078d0afadf68ba489e671ecc09fefe8b70ab">1864078</a>)- (tj-actions[bot])</p><ul><li>Update README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1808">#1808</a>)</li></ul><p>(<ahref="https://github.com/tj-actions/changed-files/commit/47371c50e97c089212d9eb92ca26c8453224e78e">47371c5</a>)- (Tonye Jack)</p><h2><!-- raw HTML omitted -->📝 Other</h2><ul><li>Merge pull request fromGHSA-mcph-m25j-8j63</li></ul><ul><li><p>feat: add <code>safe_output</code> input enabled by default</p></li><li><p>fix: migrate README to safe uses of interpolation</p></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/tj-actions/changed-files/commit/716b1e13042866565e00e85fd4ec490e186c4a2f"><code>716b1e1</code></a>fix: update characters escaped by safe output (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1815">#1815</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/7aaf10d9eef19e8a2432a967b88124171152caaf"><code>7aaf10d</code></a>chore(deps): update dependency eslint-plugin-prettier to v5.1.2</li><li><ahref="https://github.com/tj-actions/changed-files/commit/cc08e170f4447237bcaf8acaacfa615b9cb86612"><code>cc08e17</code></a>Upgraded to v41 (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1811">#1811</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/6e79d6e3dbe48946636c2939c80ff5c84ff7f9fe"><code>6e79d6e</code></a>Update README.md</li><li><ahref="https://github.com/tj-actions/changed-files/commit/d13ac1942fb3c1d7d32017915bb082cebe8a272a"><code>d13ac19</code></a>Update README.md</li><li><ahref="https://github.com/tj-actions/changed-files/commit/bb89f97963be96b39e1a303e64d5b91a1af4c340"><code>bb89f97</code></a>Update README.md</li><li><ahref="https://github.com/tj-actions/changed-files/commit/1864078d0afadf68ba489e671ecc09fefe8b70ab"><code>1864078</code></a>Updated README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1810">#1810</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/f495a0321d3fffa62da2573adf70b77d5eb2f57a"><code>f495a03</code></a>chore(deps): lock file maintenance</li><li><ahref="https://github.com/tj-actions/changed-files/commit/47371c50e97c089212d9eb92ca26c8453224e78e"><code>47371c5</code></a>Update README.md (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1808">#1808</a>)</li><li><ahref="https://github.com/tj-actions/changed-files/commit/4f573fed06c9abb5da4c72f75c1c320718114ff7"><code>4f573fe</code></a>Revert &quot;chore(deps): update actions/download-artifact action tov4&quot; (<ahref="https://redirect.github.com/tj-actions/changed-files/issues/1806">#1806</a>)</li><li>Additional commits viewable in <ahref="https://github.com/tj-actions/changed-files/compare/v40...v41">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=40&new-version=41)](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'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the[Security Alertspage](https://github.com/python/python-docs-es/network/alerts).</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent9d48a34 commit1800d19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-name:Obtiene la lista de archivos .po con cambios (sólo en PRs)
5353
if:github.event_name == 'pull_request'
5454
id:changed-po-files
55-
uses:tj-actions/changed-files@v40
55+
uses:tj-actions/changed-files@v41
5656
with:
5757
files:|
5858
**/*.po

‎.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install -r base-branch/requirements.txt
3838
-name:Obtiene lista de archivos con cambios
3939
id:changed-files
40-
uses:tj-actions/changed-files@v40
40+
uses:tj-actions/changed-files@v41
4141
with:
4242
files:|
4343
**/*.po

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp