From 19fc91f7e3bc64c104246763ab46ce3723c9c730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 23:15:58 +0900 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 2.3.5 (#62) Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- .github/workflows/security-tests.yml | 4 ++-- .github/workflows/unit-tests.yml | 2 +- .github/workflows/yaml-lint.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 70700dc1..21326b13 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -11,7 +11,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: fetch-depth: 0 - name: Get latest release tag diff --git a/.github/workflows/security-tests.yml b/.github/workflows/security-tests.yml index 714d5eca..359bbd28 100644 --- a/.github/workflows/security-tests.yml +++ b/.github/workflows/security-tests.yml @@ -14,7 +14,7 @@ jobs: name: Snyk runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: ref: ${{ github.ref }} - uses: snyk/actions/node@master @@ -29,7 +29,7 @@ jobs: language: ['javascript'] steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c5033a20..ea248e7a 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -24,7 +24,7 @@ jobs: SIGHTENGINE_API_USER: ${{ secrets.SIGHTENGINE_API_USER }} SIGHTENGINE_API_SECRET: ${{ secrets.SIGHTENGINE_API_SECRET }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Cache node_modules id: cache uses: actions/cache@v2.1.6 diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 1642c7c4..2cd0104f 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 3 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - uses: ibiqlik/action-yamllint@v3.0.4 with: config_file: .yamllint.yml