File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments