diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9f0935..986bbdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout # actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: bash -n (parse all shell scripts) shell: bash @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - name: gitleaks