From 5620cdfae50d53e0fa984a8c68a2cd1fe0c39b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:28:30 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/build-master.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker.yaml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index 2717a1f..6a539fe 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Get time uses: gerred/actions/current-time@master diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6c748e0..1d4274e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 3e88fea..d7164bb 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Get tag uses: olegtarasov/get-tag@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1eecc90..d4dc619 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Get tag uses: olegtarasov/get-tag@v2