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 840669a..2c4d31e 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@4f1f4aec02e41874fa0262ea8ff5172d7978ad1e # main + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # main with: persist-credentials: true