From e64a56f9588de7b802e1edddf69e958f06bf6c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:13:49 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#798) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_canary.yml | 2 +- .github/workflows/build_release.yml | 2 +- .github/workflows/e2e-tests.yaml | 6 +++--- .github/workflows/images.yaml | 6 +++--- .github/workflows/linkinator.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build_canary.yml b/.github/workflows/build_canary.yml index 9d906b03..f8470415 100644 --- a/.github/workflows/build_canary.yml +++ b/.github/workflows/build_canary.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 container: ghcr.io/kedacore/keda-tools:1.20.5 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index debb3f3f..38de3d9f 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-20.04 container: ghcr.io/kedacore/keda-tools:1.20.5 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index c3887a0a..a31ef33a 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -30,7 +30,7 @@ jobs: env: DEBIAN_FRONTEND: noninteractive - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Helm install uses: Azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 @@ -70,7 +70,7 @@ jobs: env: DEBIAN_FRONTEND: noninteractive - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Generate images run: | @@ -98,7 +98,7 @@ jobs: - kubernetesVersion: v1.25 kindImage: kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 with: diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index f19ab787..efad7ead 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/kedacore/keda-tools:1.20.5 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build The Scaler @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/kedacore/keda-tools:1.20.5 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build The Operator @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/kedacore/keda-tools:1.20.5 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Build The Interceptor diff --git a/.github/workflows/linkinator.yaml b/.github/workflows/linkinator.yaml index 6bb6e58d..4ca8abdb 100644 --- a/.github/workflows/linkinator.yaml +++ b/.github/workflows/linkinator.yaml @@ -9,7 +9,7 @@ jobs: linkinator: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: JustinBeckwith/linkinator-action@39e601e8efc0c24b7228ec87e43f4b9abebf3b25 # v1 with: paths: "**/*.md" diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 96a60dd2..0e304154 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -18,7 +18,7 @@ jobs: - runner: ubuntu-latest name: amd64 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Register workspace path run: git config --global --add safe.directory "$GITHUB_WORKSPACE" @@ -66,7 +66,7 @@ jobs: name: Static Checks runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 with: python-version: 3.x