diff --git a/.github/workflows/lint-and-scan.yml b/.github/workflows/lint-and-scan.yml index 524f4f7..8c09c44 100644 --- a/.github/workflows/lint-and-scan.yml +++ b/.github/workflows/lint-and-scan.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: persist-credentials: false # this job never pushes back to the repo @@ -56,7 +56,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: persist-credentials: false # this job never pushes back to the repo