Skip to content

Commit

Permalink
Bump tj-actions/verify-changed-files from 12 to 17 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#766)

Bumps
[tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files)
from 12 to 17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tj-actions/verify-changed-files/releases">tj-actions/verify-changed-files's
releases</a>.</em></p>
<blockquote>
<h2>v17</h2>
<h1>Changes in v17.0.0</h1>
<h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2>
<p>A new <code>safe_output</code> input is now available to prevent
outputting unsafe filename characters (Enabled by default). This would
escape characters in the filename that could be used for command
injection.</p>
<blockquote>
<p>[!NOTE]
This can be disabled by setting the <code>safe_output</code> to false
this comes with a recommendation to store all outputs generated in an
environment variable first before using them.</p>
</blockquote>
<h4>Example</h4>
<pre lang="yaml"><code>...
      - name: Verify Changed files
        uses: tj-actions/verify-changed-files@v16
        id: verify-changed-files
        with:
safe_output: false # set to false because we are using an environment
variable to store the output and avoid command injection.
<pre><code>  - name: List all changed tracked and untracked files
    env:
FILES_CHANGED: ${{ steps.verify-changed-files.outputs.changed_files }}
    run: |
      echo &amp;quot;Changed files: $FILES_CHANGED
</code></pre>
<p>...
</code></pre></p>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v16.1.1 by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/343">tj-actions/verify-changed-files#343</a></li>
<li>chore(deps): update actions/checkout action to v4.1.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/344">tj-actions/verify-changed-files#344</a></li>
<li>Bump actions/checkout from 4.1.0 to 4.1.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/345">tj-actions/verify-changed-files#345</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.1.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/346">tj-actions/verify-changed-files#346</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.2.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/347">tj-actions/verify-changed-files#347</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.2.1 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/348">tj-actions/verify-changed-files#348</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.3.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/349">tj-actions/verify-changed-files#349</a></li>
<li>chore(deps): update tj-actions/auto-doc action to v3.4.0 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/350">tj-actions/verify-changed-files#350</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/351">tj-actions/verify-changed-files#351</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/352">tj-actions/verify-changed-files#352</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/353">tj-actions/verify-changed-files#353</a></li>
<li>chore(deps): update github/codeql-action action to v3 by <a
href="https://github.com/renovate"><code>@​renovate</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/354">tj-actions/verify-changed-files#354</a></li>
<li>Updated README.md by <a
href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a>
in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/355">tj-actions/verify-changed-files#355</a></li>
<li>chore: update entrypoint.sh by <a
href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/357">tj-actions/verify-changed-files#357</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0">https://github.com/tj-actions/verify-changed-files/compare/v16...v17.0.0</a></p>
<hr />
<h2>v17.0.0</h2>
<h2>🔥 🔥 BREAKING CHANGE 🔥 🔥</h2>
<p>A new <code>safe_output</code> input is now available to prevent
outputting unsafe filename characters (Enabled by default). This would
escape characters in the filename that could be used for command
injection.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md">tj-actions/verify-changed-files's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->➖ Remove</h2>
<ul>
<li>Deleted .github/workflows/auto-approve.yml (<a
href="https://github.com/tj-actions/verify-changed-files/commit/7b7a3b8db9077729f56bd82fced85f4b0ee67bcd">7b7a3b8</a>)
- (Tonye Jack)</li>
<li>Deleted .github/workflows/greetings.yml (<a
href="https://github.com/tj-actions/verify-changed-files/commit/9f02ec6cabf4112d323ea1e26344b1b49b5fe747">9f02ec6</a>)
- (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->🔄 Update</h2>
<ul>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/bc950d8b56b01c2c024b82bf5b8f93b685713725">bc950d8</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/e302902a89020191c0b8b9dc740b1e2aaf400f0e">e302902</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/2f947c4551213de3ecf1b4f8133b05d60d4560c4">2f947c4</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/a6a8167ce9382357392defb0b089e53059a87b42">a6a8167</a>)
- (Tonye Jack)</li>
<li>Updated README.md
(<a
href="https://github.com/tj-actions/verify-changed-files/commit/f151bce85b9c12a569baeb4ed18ee80d57f88886">f151bce</a>)
- (jackton1)</li>
<li>Updated README.md
(<a
href="https://github.com/tj-actions/verify-changed-files/commit/3571d6515d6d45427d7587639c44a62b4381e72a">3571d65</a>)
- (jackton1)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/126b949fca1d5df0993c1867089e92d5802255bc">126b949</a>)
- (Tonye Jack)</li>
<li>Updated README.md
(<a
href="https://github.com/tj-actions/verify-changed-files/commit/47f2c87555570cd59e44aa8eb735b0ccb27cc86f">47f2c87</a>)
- (jackton1)</li>
<li>Update update-readme.yml (<a
href="https://github.com/tj-actions/verify-changed-files/commit/14b9592dda4ebf62a8604c95e141f4b1ed778f70">14b9592</a>)
- (Tonye Jack)</li>
<li>Updated README.md
(<a
href="https://github.com/tj-actions/verify-changed-files/commit/301fce7ea87024b88b326fd027f35490c8ed5522">301fce7</a>)
- (jackton1)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/1e75cac4ffa7ea5879addde1869f8fca09fce4c1">1e75cac</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/7149bbe25886b3b940719b20a046be0db0328d0d">7149bbe</a>)
- (Tonye Jack)</li>
<li>Update README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/78dc414e915e0664bcf0d2b42465a86cd47bcc3c">78dc414</a>)
- (Tonye Jack)</li>
</ul>
<h2><!-- raw HTML omitted -->📝 Other</h2>
<ul>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/355">#355</a>:
README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/6f91e272e566a78ea380873c83076051636ca23e">6f91e27</a>)
- (repo-ranger[bot])</li>
<li>Merge pull request from GHSA-ghm2-rq8q-wrhc</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>
<li>
<p>fix: also sanitize <code>)</code></p>
</li>
<li>
<p>fix: remove sanitization of <code>'</code></p>
</li>
<li>
<p>fix: also sanitize <code>|</code></p>
</li>
<li>
<p>fix: also sanitize <code>&amp;</code></p>
</li>
<li>
<p>fix: also sanitize <code>;</code> (<a
href="https://github.com/tj-actions/verify-changed-files/commit/498d3f316f501aa72485060e8c96fde7b2014f12">498d3f3</a>)
- (Jorge)</p>
</li>
</ul>
<ul>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/354">#354</a>:
update github/codeql-action action to v3 (<a
href="https://github.com/tj-actions/verify-changed-files/commit/97c5ec9971e9cf752cdeaa0acd9cb56c48b194b7">97c5ec9</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/353">#353</a>:
README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/5eff60fda839b96c3e34d8239dffb116c900582c">5eff60f</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/352">#352</a>:
README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/4053b68916b3244fda4014c5d3c82d59f1a104b8">4053b68</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/351">#351</a>:
README.md (<a
href="https://github.com/tj-actions/verify-changed-files/commit/5d3816d5ecbf38752e064cb2aa9414f5b217c6ce">5d3816d</a>)
- (repo-ranger[bot])</li>
<li>PR <a
href="https://redirect.github.com/tj-actions/verify-changed-files/pull/343">#343</a>:
to v16.1.1 (<a
href="https://github.com/tj-actions/verify-changed-files/commit/141fe36b0951f65646a8cf11786bef0ceab275bb">141fe36</a>)
- (repo-ranger[bot])</li>
</ul>
<h2><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/bc950d8b56b01c2c024b82bf5b8f93b685713725"><code>bc950d8</code></a>
Update README.md</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/e302902a89020191c0b8b9dc740b1e2aaf400f0e"><code>e302902</code></a>
Update README.md</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/2f947c4551213de3ecf1b4f8133b05d60d4560c4"><code>2f947c4</code></a>
Update README.md</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/a6a8167ce9382357392defb0b089e53059a87b42"><code>a6a8167</code></a>
Update README.md</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/592e305da041c09a009afa4a43c97d889bed65c3"><code>592e305</code></a>
chore: update entrypoint.sh (<a
href="https://redirect.github.com/tj-actions/verify-changed-files/issues/357">#357</a>)</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/6f91e272e566a78ea380873c83076051636ca23e"><code>6f91e27</code></a>
Merge pull request <a
href="https://redirect.github.com/tj-actions/verify-changed-files/issues/355">#355</a>
from tj-actions/chore/update-readme</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/f151bce85b9c12a569baeb4ed18ee80d57f88886"><code>f151bce</code></a>
Updated README.md</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/498d3f316f501aa72485060e8c96fde7b2014f12"><code>498d3f3</code></a>
Merge pull request from GHSA-ghm2-rq8q-wrhc</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/08975f08f935b937e16554ebd18f713b5263248a"><code>08975f0</code></a>
Create SECURITY.md</li>
<li><a
href="https://github.com/tj-actions/verify-changed-files/commit/97c5ec9971e9cf752cdeaa0acd9cb56c48b194b7"><code>97c5ec9</code></a>
Merge pull request <a
href="https://redirect.github.com/tj-actions/verify-changed-files/issues/354">#354</a>
from tj-actions/renovate/github-codeql-action-3.x</li>
<li>Additional commits viewable in <a
href="https://github.com/tj-actions/verify-changed-files/compare/v12...v17">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/verify-changed-files&package-manager=github_actions&previous-version=12&new-version=17)](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)

---

<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 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 <dependency name> 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/Outer-Wilds-New-Horizons/new-horizons/network/alerts).

</details>
  • Loading branch information
Bwc9876 committed Jan 2, 2024
2 parents e8aecf2 + be512e9 commit 746519c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: .\NewHorizons\Schemas

- name: Verify Changed Schemas
uses: tj-actions/verify-changed-files@v12
uses: tj-actions/verify-changed-files@v17
id: changed_files
with:
files: NewHorizons/Schemas/**

0 comments on commit 746519c

Please sign in to comment.