Skip to content

Commit 2fa0be3

Browse files
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#821)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3519ab commit 2fa0be3

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/build_canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
container: ghcr.io/kedacore/keda-tools:1.20.8
1212
steps:
13-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1414

1515
- name: Register workspace path
1616
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/build_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
container: ghcr.io/kedacore/keda-tools:1.20.8
1111
steps:
12-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313

1414
- name: Register workspace path
1515
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

.github/workflows/e2e-tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
DEBIAN_FRONTEND: noninteractive
3434

35-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
35+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3636

3737
- name: Helm install
3838
uses: Azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
DEBIAN_FRONTEND: noninteractive
7575

76-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
76+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
7777

7878
- name: Generate images
7979
run: |
@@ -99,7 +99,7 @@ jobs:
9999
- kubernetesVersion: v1.26
100100
kindImage: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
101101
steps:
102-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
102+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
103103

104104
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1
105105
with:

.github/workflows/images.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
container: ghcr.io/kedacore/keda-tools:1.20.8
1414
steps:
15-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
- name: Register workspace path
1717
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
1818
- name: Build The Scaler
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
container: ghcr.io/kedacore/keda-tools:1.20.8
2626
steps:
27-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
27+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2828
- name: Register workspace path
2929
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3030
- name: Build The Operator
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
container: ghcr.io/kedacore/keda-tools:1.20.8
3838
steps:
39-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
39+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4040
- name: Register workspace path
4141
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
4242
- name: Build The Interceptor

.github/workflows/linkinator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
linkinator:
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
16+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1717
- uses: JustinBeckwith/linkinator-action@39e601e8efc0c24b7228ec87e43f4b9abebf3b25 # v1
1818
with:
1919
paths: "**/*.md"

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- runner: ubuntu-latest
2323
name: amd64
2424
steps:
25-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
25+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2626

2727
- name: Register workspace path
2828
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -70,7 +70,7 @@ jobs:
7070
name: Static Checks
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
73+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
7474
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
7575
with:
7676
python-version: 3.x

0 commit comments

Comments
 (0)