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 ef5dee8 + 7772dfe commit e4e2991Copy full SHA for e4e2991
2 files changed
.github/workflows/lint.yml
@@ -11,4 +11,4 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14
- - uses: docker://rhysd/actionlint:latest
+ - uses: docker://rhysd/actionlint:latest@sha256:ef8299f97635c4c30e2298f48f30763ab782a4ad2c95b744649439a039421e36
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- - uses: docker://koalaman/shellcheck:stable
+ - uses: docker://koalaman/shellcheck:stable@sha256:bb596a0d169b85ddd81d8b6d3a2ff6d5baf5fca10b97f575ebc647c3dff62b3d
31
with:
32
args: >
33
bash/.bashrc.d/interactive
0 commit comments