From 19549a855e3d56c849f5c8aae5f5b85c3f013621 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 10 Sep 2020 00:11:51 +0200 Subject: [PATCH] Update workflows --- .github/workflows/build.yml | 10 +++++----- .github/workflows/codeql.yml | 2 +- .github/workflows/docs.yml | 6 +++--- .github/workflows/labels.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cac555e2..dab444d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.2 - name: Prepare - id: prepare + id: prep run: | if [[ $GITHUB_REF == refs/tags/* ]]; then echo ::set-output name=tag_name::${GITHUB_REF#refs/tags/} @@ -77,7 +77,7 @@ jobs: dist/checksums.txt dist/*.tar.gz dist/*.zip - name: ${{ steps.prepare.outputs.tag_name }} + name: ${{ steps.prep.outputs.tag_name }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -87,7 +87,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.2 - name: Prepare id: prep @@ -115,7 +115,7 @@ jobs: - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v1 + uses: docker/login-action@v1.3.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c3139330..74bf42bf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.2 with: fetch-depth: 2 - diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7fee9d20..66ba63b1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,12 +28,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.2 with: fetch-depth: 0 - name: Prepare - id: prepare + id: prep run: | VERSION=edge RELEASE=false @@ -60,7 +60,7 @@ jobs: pages_threshold: major_outage - name: Deploy - if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || steps.prepare.outputs.release == 'true') + if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || steps.prep.outputs.release == 'true') uses: crazy-max/ghaction-github-pages@v2.1.2 with: target_branch: gh-pages diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2412a09f..03edd21d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.2 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v3.0.0