From f52fe31977f2b43f6cf31687c018d0ae0b03b3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:23:41 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [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/v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deployACI-Lin.yml | 2 +- .github/workflows/dockerBuildAcr-Lin.yml | 2 +- .github/workflows/kedaScaleTest.yml | 2 +- .github/workflows/testRunner.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployACI-Lin.yml b/.github/workflows/deployACI-Lin.yml index cc19f2b..742513b 100644 --- a/.github/workflows/deployACI-Lin.yml +++ b/.github/workflows/deployACI-Lin.yml @@ -17,7 +17,7 @@ jobs: steps: # checkout the repo - name: "Checkout GitHub Action" - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: "Login via Azure CLI" uses: azure/login@v2.1.1 diff --git a/.github/workflows/dockerBuildAcr-Lin.yml b/.github/workflows/dockerBuildAcr-Lin.yml index 820257b..2daddf4 100644 --- a/.github/workflows/dockerBuildAcr-Lin.yml +++ b/.github/workflows/dockerBuildAcr-Lin.yml @@ -12,7 +12,7 @@ jobs: steps: # checkout the repo - name: "Checkout GitHub Action" - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: "Login via Azure CLI" uses: azure/login@v2.1.1 diff --git a/.github/workflows/kedaScaleTest.yml b/.github/workflows/kedaScaleTest.yml index 66df212..dfa1038 100644 --- a/.github/workflows/kedaScaleTest.yml +++ b/.github/workflows/kedaScaleTest.yml @@ -32,7 +32,7 @@ jobs: needs: scale-keda-queue-up runs-on: [self-hosted] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 - name: Install Terraform uses: hashicorp/setup-terraform@v3.1.1 - name: Display Terraform Version diff --git a/.github/workflows/testRunner.yml b/.github/workflows/testRunner.yml index ccd391a..a207077 100644 --- a/.github/workflows/testRunner.yml +++ b/.github/workflows/testRunner.yml @@ -7,7 +7,7 @@ jobs: testRunner: runs-on: [self-hosted] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 - name: Install Terraform uses: hashicorp/setup-terraform@v3.1.1 - name: Display Terraform Version