We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b78109f + de2d189 commit 4c03a86Copy full SHA for 4c03a86
.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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # @v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # @v4.2.2
24
with:
25
fetch-depth: 0
26
.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