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 524617a commit 3ed8abcCopy full SHA for 3ed8abc
.github/workflows/superlinter.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@latest
+ uses: actions/checkout@v4
12
13
- name: Run Super-Linter
14
- uses: github/super-linter@latest
+ uses: github/super-linter@v5
15
env:
16
DEFAULT_BRANCH: main
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments