File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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 :
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 :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments