diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml index 94353c8..177e55d 100644 --- a/.github/workflows/lint-ansible.yaml +++ b/.github/workflows/lint-ansible.yaml @@ -19,7 +19,7 @@ jobs: ansible-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Install ansible role/collection dependencies working-directory: ./ansible diff --git a/.github/workflows/lint-helm.yaml b/.github/workflows/lint-helm.yaml index fb56733..c2adda4 100644 --- a/.github/workflows/lint-helm.yaml +++ b/.github/workflows/lint-helm.yaml @@ -20,7 +20,7 @@ jobs: helm-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Check if kubernetes/*/* is not empty id: check-kubernetes-directory diff --git a/.github/workflows/lint-terraform.yaml b/.github/workflows/lint-terraform.yaml index 454499c..61c44d6 100644 --- a/.github/workflows/lint-terraform.yaml +++ b/.github/workflows/lint-terraform.yaml @@ -19,7 +19,7 @@ jobs: terraform-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: ./.github/actions/setup - name: Lint working-directory: ./terraform diff --git a/.github/workflows/syncoor-generate-index.yaml b/.github/workflows/syncoor-generate-index.yaml index 9936216..bc4b12e 100644 --- a/.github/workflows/syncoor-generate-index.yaml +++ b/.github/workflows/syncoor-generate-index.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run Index Generator uses: ethpandaops/syncoor@master