@@ -48,33 +48,33 @@ jobs:
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : Checkout Code
51- uses : actions/checkout@v5
51+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5252 with :
5353 persist-credentials : false
5454 fetch-depth : 0
5555
5656 - name : Download module artifact
57- uses : actions/download-artifact@v5
57+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5858 with :
5959 name : module
6060 path : ${{ inputs.WorkingDirectory }}/outputs/module
6161
6262 - name : Document module
63- uses : PSModule/Document-PSModule@v1
63+ uses : PSModule/Document-PSModule@15dc407c99e408fc0a4023d4f16aee2a5507ba74 # v1.0.12
6464 with :
6565 Name : ${{ inputs.Name }}
6666 WorkingDirectory : ${{ inputs.WorkingDirectory }}
6767
6868 - name : Upload docs artifact
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070 with :
7171 name : docs
7272 path : ${{ inputs.WorkingDirectory }}/outputs/docs
7373 if-no-files-found : error
7474 retention-days : 1
7575
7676 - name : Commit all changes
77- uses : PSModule/GitHub-Script@v1
77+ uses : PSModule/GitHub-Script@00547bff5a143fbfc23a912a783fbfe9c470815c # v1.7.4
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@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2 .0
105+ uses : super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3 .0
106106 env :
107107 RUN_LOCAL : true
108108 DEFAULT_BRANCH : main
0 commit comments