We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3100e61 commit f0c8eddCopy full SHA for f0c8edd
2 files changed
.github/workflows/mega-linter.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
# Git Checkout
29
- name: Checkout Code
30
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
31
with:
32
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
33
fetch-depth: 0 # If you use VALIDATE_ALL_CODEBASE = true, you can remove this line to improve performances
.github/workflows/test.yml
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
0 commit comments