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 49d3562 + e2cb78d commit 446f0d4Copy full SHA for 446f0d4
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: echo "date=$(date -u +%Y-%m-%dT%H%M%SZ)" >> $GITHUB_ENV
43
-
44
name: Checkout
45
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.4
46
47
name: Set up QEMU
48
uses: docker/setup-qemu-action@v1.1.0
.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Check out the codebase.
17
18
19
- name: Hadolint Action
20
# You may pin to the exact commit or the version.
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
- name: Set up Python 3.
35
uses: actions/setup-python@v2.2.2
0 commit comments