diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 0e7c730b..a28c44fd 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -77,7 +77,7 @@ jobs: url: ${{ steps.deployment.outputs.url }} steps: - id: deployment - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1 + uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0 with: build-path: application/build build-artifact-id: ${{ needs.ci.outputs.build-artifact-id }} diff --git a/.github/workflows/sync-docs-dispatcher.yml b/.github/workflows/sync-docs-dispatcher.yml index 99def961..7c3bfa5c 100644 --- a/.github/workflows/sync-docs-dispatcher.yml +++ b/.github/workflows/sync-docs-dispatcher.yml @@ -59,7 +59,7 @@ jobs: } - name: Summary - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: ARTIFACT_ID: ${{ inputs.artifact-id }} SOURCE_REPO: ${{ github.repository }} diff --git a/.github/workflows/sync-docs-receiver.yml b/.github/workflows/sync-docs-receiver.yml index 3aa7d066..ac887de1 100644 --- a/.github/workflows/sync-docs-receiver.yml +++ b/.github/workflows/sync-docs-receiver.yml @@ -21,7 +21,7 @@ jobs: - name: Validate input id: validate - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const payload = context.payload.client_payload || {}; @@ -104,7 +104,7 @@ jobs: - name: Summary if: always() - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: STATUS: ${{ job.status }} SOURCE_REPOSITORY: ${{ steps.validate.outputs.repository }}