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 d8ac1b0 commit cc4c74dCopy full SHA for cc4c74d
.github/workflows/docker-build.yml
@@ -6,7 +6,7 @@ jobs:
6
if: '!github.event.deleted'
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.0
10
- name: Build and push Docker images
11
uses: docker/[email protected]
12
with:
.github/workflows/pull_request.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Hadolint
- name: hadolint
uses: reviewdog/action-hadolint@v1
0 commit comments