@@ -48,13 +48,13 @@ jobs:
4848 runs-on: ubuntu-latest
4949 steps:
5050 - name: Checkout Code
51- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252 with:
5353 persist-credentials: false
5454 fetch-depth: 0
5555
5656 - name: Download module artifact
57- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
57+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
5858 with:
5959 name: module
6060 path: ${{ inputs.WorkingDirectory }}/outputs/module
@@ -66,15 +66,15 @@ jobs:
6666 WorkingDirectory: ${{ inputs.WorkingDirectory }}
6767
6868 - name: Upload docs artifact
69- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
69+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@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
0 commit comments