From 0803e7e9695ba462f2f2fee1ef6b7808547578d3 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:54:25 +0900 Subject: [PATCH] gha: Pin version actions/checkout to v1 --- .github/workflows/docker-image-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image-ci.yml b/.github/workflows/docker-image-ci.yml index bcf6f02..4d22c8a 100644 --- a/.github/workflows/docker-image-ci.yml +++ b/.github/workflows/docker-image-ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 with: fetch-depth: 1 @@ -30,7 +30,7 @@ jobs: shellcheck: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 with: fetch-depth: 1 - name: shellcheck @@ -39,7 +39,7 @@ jobs: hadolint: runs-on: macos-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@v1 with: fetch-depth: 1 - run: brew install hadolint