We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97d5b7a + a67e2ad commit 2df796eCopy full SHA for 2df796e
2 files changed
.github/workflows/differential-shellcheck.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Repository checkout
22
# yamllint disable-line rule:line-length
23
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # @v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # @v6.0.2
24
with:
25
fetch-depth: 0
26
persist-credentials: false
.github/workflows/super-linter.yml
@@ -24,7 +24,7 @@ jobs:
- name: Checkout code
27
28
29
## Full git history is needed to get a proper list of changed files
30
## within `super-linter`
0 commit comments