diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index 2e0a075..3787e5c 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -9,7 +9,7 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v3 - uses: npalm/action-docs-action@b1dd20339140224c1ffef389467e4fece8dc416b # ratchet:npalm/action-docs-action@v3.1.2 - name: Update readme in the repository if: github.event_name != 'pull_request' diff --git a/.github/workflows/shell-linter.yml b/.github/workflows/shell-linter.yml index 823382f..3a4ece3 100644 --- a/.github/workflows/shell-linter.yml +++ b/.github/workflows/shell-linter.yml @@ -4,7 +4,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v3 - name: Lint check uses: azohra/shell-linter@6bbeaa868df09c34ddc008e6030cfe89c03394a1 # ratchet:azohra/shell-linter@v0.6.0 with: diff --git a/.github/workflows/update-docker-image.yml b/.github/workflows/update-docker-image.yml index 41c3c4e..cef6dc5 100644 --- a/.github/workflows/update-docker-image.yml +++ b/.github/workflows/update-docker-image.yml @@ -26,7 +26,7 @@ jobs: id-token: write packages: write steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3 + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v3 - name: Build Docker Images uses: philips-software/docker-ci-scripts@main with: