We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd09fc commit fdc301dCopy full SHA for fdc301d
.github/workflows/linter.yaml
@@ -18,13 +18,13 @@ jobs:
18
statuses: write
19
steps:
20
- name: Checkout Code
21
- uses: actions/checkout@v6.0.2
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
with:
23
# Full git history is needed to get a proper
24
# list of changed files within `super-linter`
25
fetch-depth: 0
26
persist-credentials: false
27
- - uses: actions/setup-python@v6.2.0
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
28
29
python-version: "3.12"
30
- name: Install dependencies
0 commit comments