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 08e67c0 + a37eb9d commit c428beeCopy full SHA for c428bee
.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@11bd71901bbe5b1630ceea73d27597364c9af683 # @v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # @v5.0.0
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