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.
2 parents 7bc9714 + 98a154b commit c116894Copy full SHA for c116894
.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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # @v6.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # @v6.0.1
24
with:
25
fetch-depth: 0
26
persist-credentials: false
.github/workflows/super-linter.yml
@@ -23,7 +23,7 @@ jobs:
- name: Checkout code
27
28
## Full git history is needed to get a proper list of changed files
29
## within `super-linter`
0 commit comments