mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-18 16:05:11 +01:00
Pin github actions to SHA
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
2
.github/workflows/editorconfig-checker.yml
vendored
2
.github/workflows/editorconfig-checker.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v5.0.0
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- uses: editorconfig-checker/action-editorconfig-checker@main
|
||||
|
||||
Reference in New Issue
Block a user