diff --git a/.github/workflows/lint-github-actions.yml b/.github/workflows/lint-github-actions.yml index 39e6022..24da2e0 100644 --- a/.github/workflows/lint-github-actions.yml +++ b/.github/workflows/lint-github-actions.yml @@ -25,7 +25,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # main with: persist-credentials: false diff --git a/.github/workflows/lint-secrets.yml b/.github/workflows/lint-secrets.yml index 4d363f1..fd7bb17 100644 --- a/.github/workflows/lint-secrets.yml +++ b/.github/workflows/lint-secrets.yml @@ -19,7 +19,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # main with: persist-credentials: false diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index d5d7201..665353b 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -34,7 +34,7 @@ jobs: steps: - name: 📥 Checkout repository - uses: actions/checkout@b9e0990d219a03df7633c93f6f005a8fecbcab22 # main + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main with: persist-credentials: true