From 45d2d9b3cba1086d9adb9e474fea95827e64bec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:27:22 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/copilot.yml | 2 +- .github/workflows/package.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 37a57b55..9ceda828 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index 2e6c890f..e92f0c49 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -52,7 +52,7 @@ jobs: environment: ${{ inputs.environment || 'test' }} steps: - name: Git clone the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get current date id: currentdatetime diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 55c8229d..9f8301d7 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -20,7 +20,7 @@ jobs: name: Packaging and building the application steps: - uses: buildpacks/github-actions/setup-pack@v5.0.0 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v2