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 aedd7b0 + 67433fc commit 892a8eeCopy full SHA for 892a8ee
.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # @v5.0.0
+ uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # @v5.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