Skip to content

Commit d0f7dce

Browse files
Bump PSModule/GitHub-Script from 1.7.8 to 1.7.10 (#26)
Bumps [PSModule/GitHub-Script](https://github.com/psmodule/github-script) from 1.7.8 to 1.7.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psmodule/github-script/releases">PSModule/GitHub-Script's releases</a>.</em></p> <blockquote> <h2>v1.7.10</h2> <h1>🩹 [Patch]: Standardize project structure and rename release workflow (<a href="https://redirect.github.com/psmodule/github-script/issues/81">#81</a>)</h1> <p>This PR standardizes the project structure and updates workflows to align with PSModule conventions.</p> <h2>Changed</h2> <ul> <li>Rename <code>Auto-Release.yml</code> workflow to <code>Release.yml</code> for consistency</li> <li>Update release action from <code>PSModule/Auto-Release@v1.9.5</code> to <code>PSModule/Release-GHRepository@v2</code></li> <li>Rename <code>scripts/</code> folder to <code>src/</code> to follow standard project layout</li> <li>Update <code>action.yml</code> to reference scripts from new <code>src/</code> location</li> <li>Add linter workflow configuration</li> </ul> <h2>Removed</h2> <ul> <li>Remove unused <code>.jscpd.json</code> linter configuration file</li> </ul> <h2>Summary</h2> <p>This PR brings the GitHub-Script action in line with PSModule's standardized project structure. The <code>scripts/</code> folder is renamed to <code>src/</code> for consistency across all actions, and the release workflow is updated to use the renamed <code>Release-GHRepository</code> action.</p> <h2>v1.7.9</h2> <h1>🩹[Patch]: Update workflow configurations (<a href="https://redirect.github.com/psmodule/github-script/issues/79">#79</a>)</h1> <p>Updates workflow configurations to use the latest pinned action versions for improved security and reproducibility.</p> <ul> <li>Related to PSModule workflow standardization</li> </ul> <h2>Action pinning</h2> <p>Pinned all GitHub Actions to specific commit SHAs:</p> <ul> <li><code>actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd</code> (v6.0.2) - Updated from v6.0.1</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PSModule/GitHub-Script/commit/0097f3bbe3f413f3b577b9bcc600727b0ca3201a"><code>0097f3b</code></a> 🩹 [Patch]: Standardize project structure and rename release workflow (<a href="https://redirect.github.com/psmodule/github-script/issues/81">#81</a>)</li> <li><a href="https://github.com/PSModule/GitHub-Script/commit/e827bea46d70eebc668bdd59e4654e0846177da4"><code>e827bea</code></a> 🩹[Patch]: Update workflow configurations (<a href="https://redirect.github.com/psmodule/github-script/issues/79">#79</a>)</li> <li>See full diff in <a href="https://github.com/psmodule/github-script/compare/2010983167dc7a41bcd84cb88e698ec18eccb7ca...0097f3bbe3f413f3b577b9bcc600727b0ca3201a">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=PSModule/GitHub-Script&package-manager=github_actions&previous-version=1.7.8&new-version=1.7.10)](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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96ef72e commit d0f7dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: composite
3535
steps:
3636
- name: Template-Action
37-
uses: PSModule/GitHub-Script@2010983167dc7a41bcd84cb88e698ec18eccb7ca # v1.7.8
37+
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
3838
env:
3939
PSMOUDLE_TEMPLATE_ACTION_INPUT_Subject: ${{ inputs.Subject }}
4040
with:

0 commit comments

Comments
 (0)