We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b9e46 commit ee7ee5fCopy full SHA for ee7ee5f
.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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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