We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8a350 commit d3fdb18Copy full SHA for d3fdb18
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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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