Skip to content

Commit 2e9f06e

Browse files
authored
Merge pull request #399 from awslabs/dependabot/github_actions/actions/checkout-4.2.0
build(deps): Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 10c3d0c + db7fb90 commit 2e9f06e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2929
- name: Set up JDK ${{ matrix.java }}
3030
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
3131
with:

.github/workflows/commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
timeout-minutes: 5
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6

.github/workflows/e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
KAFKA_VERSION: ${{ matrix.kafka }}
3636
COMPOSE_FILE: "e2e/docker_compose.yaml"
3737
steps:
38-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3939
- name: Set up JDK ${{ matrix.java }}
4040
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
4141
with:
@@ -61,7 +61,7 @@ jobs:
6161
COMPOSE_FILE: "e2e/docker_compose_confluent.yaml"
6262
KAFKA_VERSION: ${{ matrix.kafka }}
6363
steps:
64-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
64+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6565
- name: Set up JDK ${{ matrix.java }}
6666
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
6767
with:
@@ -89,7 +89,7 @@ jobs:
8989
REDPANDA_VERSION: ${{ matrix.redpanda }}
9090
COMPOSE_FILE: "e2e/docker_compose_redpanda.yaml"
9191
steps:
92-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
92+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
9393
- name: Set up JDK ${{ matrix.java }}
9494
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
9595
with:

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 5
2323
steps:
24-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
24+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2525
- name: Set up JDK ${{ matrix.java }}
2626
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
2727
with:

.github/workflows/git-secrets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
timeout-minutes: 5
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1717
- name: Checkout awslabs/git-secrets
18-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1919
with:
2020
repository: awslabs/git-secrets
2121
ref: master

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TAG: ${{ github.event.inputs.tag }}
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
29+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3030
- name: Set up JDK ${{ matrix.java }}
3131
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
3232
with:

0 commit comments

Comments
 (0)