We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5225f7e commit 62022c3Copy full SHA for 62022c3
.github/workflows/csharp.yml
@@ -19,7 +19,7 @@ jobs:
19
# Full git history is needed to get a proper list of changed files
20
fetch-depth: 0
21
- name: Run Super-Linter
22
- uses: github/super-linter@v7.1.0
+ uses: github/super-linter@v7
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
VALIDATE_ALL_CODEBASE: false
0 commit comments