Skip to content

Commit 1938299

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-6.0.1
2 parents cff4c6d + 410bd28 commit 1938299

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/Build-Docs.yml

Lines changed: 2 additions & 2 deletions
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 }}
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Lint documentation
104104
id: super-linter
105-
uses: super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
105+
uses: super-linter/super-linter/slim@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
106106
env:
107107
RUN_LOCAL: true
108108
DEFAULT_BRANCH: main

.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/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Lint code base
28-
uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
28+
uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
3131
VALIDATE_BIOME_FORMAT: false

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Lint code base
135135
id: super-linter
136-
uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
136+
uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
137137
env:
138138
GITHUB_TOKEN: ${{ github.token }}
139139
DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
@@ -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)