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.
1 parent 4b1b0df commit 6860980Copy full SHA for 6860980
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
lint_dockerfile:
13
runs-on: ubuntu-latest
14
- container: hadolint/hadolint:latest-debian
+ container: hadolint/hadolint:latest-debian@sha256:158cd0184dcaa18bd8ec20b61f4c1cabdf8b32a592d062f57bdcb8e4c1d312e2
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on: pull_request
5
6
7
8
9
10
0 commit comments