Skip to content

Commit 410bd28

Browse files
Bump PSModule/GitHub-Script from 1.7.4 to 1.7.6 (#246)
Bumps [PSModule/GitHub-Script](https://github.com/psmodule/github-script) from 1.7.4 to 1.7.6. <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.6</h2> <h1>Bumps azure/login from v2.2.0 to v2.3.0 (<a href="https://redirect.github.com/psmodule/github-script/issues/70">#70</a>)</h1> <p>Bumps <a href="https://github.com/azure/login">azure/login</a> from v2.2.0 to v2.3.0.</p> <h2>Changes</h2> <ul> <li>Updated version comment to use patch-level semver (<code># v2.3.0</code> instead of <code># v2</code>)</li> <li>Updated PR title and description to reference semver versions</li> </ul> <pre lang="yaml"><code># Before uses: Azure/login@1384c34 # v2 <h1>After</h1> <p>uses: Azure/login@a457da9 # v2.3.0<br /> </code></pre></p> <!-- raw HTML omitted --> <hr /> <p>💬 We'd love your input! Share your thoughts on Copilot coding agent in our <a href="https://gh.io/copilot-coding-agent-survey">2 minute survey</a>.</p> <h2>v1.7.5</h2> <h1>Bump super-linter/super-linter from 8.2.1 to 8.3.0 (<a href="https://redirect.github.com/psmodule/github-script/issues/69">#69</a>)</h1> <p>Bumps <a href="https://github.com/super-linter/super-linter">super-linter/super-linter</a> from 8.2.1 to 8.3.0.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PSModule/GitHub-Script/commit/8b9d2739d6896975c0e5448d2021ae2b94b6766a"><code>8b9d273</code></a> Bumps azure/login from v2.2.0 to v2.3.0 (<a href="https://redirect.github.com/psmodule/github-script/issues/70">#70</a>)</li> <li><a href="https://github.com/PSModule/GitHub-Script/commit/413d904bf1ea9fc937b24c1c7254c89311a8e303"><code>413d904</code></a> Bump super-linter/super-linter from 8.2.1 to 8.3.0 (<a href="https://redirect.github.com/psmodule/github-script/issues/69">#69</a>)</li> <li>See full diff in <a href="https://github.com/psmodule/github-script/compare/00547bff5a143fbfc23a912a783fbfe9c470815c...8b9d2739d6896975c0e5448d2021ae2b94b6766a">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.4&new-version=1.7.6)](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> Co-authored-by: Marius Storhaug <marstor@hotmail.com>
1 parent 378354e commit 410bd28

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Build-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
retention-days: 1
7575

7676
- name: Commit all changes
77-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
77+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
7878
with:
7979
Debug: ${{ inputs.Debug }}
8080
Prerelease: ${{ inputs.Prerelease }}

.github/workflows/Build-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
pip install mkdocs-git-committers-plugin-2
6666
6767
- name: Structure site
68-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
68+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
6969
with:
7070
Debug: ${{ inputs.Debug }}
7171
Prerelease: ${{ inputs.Prerelease }}

.github/workflows/Get-Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: Get-Settings
74-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
74+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
7575
id: Get-Settings
7676
env:
7777
PSMODULE_GET_SETTINGS_INPUT_Name: ${{ inputs.Name }}

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
fetch-depth: 0
302302

303303
- name: Run BeforeAll Setup Scripts
304-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
304+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
305305
with:
306306
Name: BeforeAll-ModuleLocal
307307
ShowInfo: false
@@ -379,7 +379,7 @@ jobs:
379379

380380
- name: Run AfterAll Teardown Scripts
381381
if: always()
382-
uses: PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
382+
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
383383
with:
384384
Name: AfterAll-ModuleLocal
385385
ShowInfo: false

0 commit comments

Comments
 (0)