We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbd3fb commit d212af2Copy full SHA for d212af2
.github/workflows/lint.yaml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
# Git Checkout
36
- name: Checkout Code
37
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
38
with:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
0 commit comments