Skip to content

Commit be07c10

Browse files
Infra: Bump CI dependencies (#337)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05d7da6 commit be07c10

11 files changed

+29
-29
lines changed

.github/workflows/backend_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
ref: ${{ github.event.pull_request.head.sha }}
2727

2828
- name: Set up JDK
29-
uses: actions/setup-java@v3
29+
uses: actions/setup-java@v4
3030
with:
3131
java-version: '17'
3232
distribution: 'zulu'
3333
cache: 'maven'
3434

3535
- name: Cache SonarCloud packages
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.sonar/cache
3939
key: ${{ runner.os }}-sonar

.github/workflows/branch-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Set up JDK
30-
uses: actions/setup-java@v3
30+
uses: actions/setup-java@v4
3131
with:
3232
java-version: '17'
3333
distribution: 'zulu'
@@ -40,12 +40,12 @@ jobs:
4040
export VERSION=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
4141
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v2
43+
uses: docker/setup-qemu-action@v3
4444
- name: Set up Docker Buildx
4545
id: buildx
4646
uses: docker/setup-buildx-action@v3
4747
- name: Cache Docker layers
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/build-public-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tag='${{ github.event.pull_request.number }}'
2424
echo "tag=${tag}" >> $GITHUB_OUTPUT
2525
- name: Set up JDK
26-
uses: actions/setup-java@v3
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: '17'
2929
distribution: 'zulu'
@@ -36,12 +36,12 @@ jobs:
3636
export VERSION=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
3737
echo "version=${VERSION}" >> $GITHUB_OUTPUT
3838
- name: Set up QEMU
39-
uses: docker/setup-qemu-action@v2
39+
uses: docker/setup-qemu-action@v3
4040
- name: Set up Docker Buildx
4141
id: buildx
4242
uses: docker/setup-buildx-action@v3
4343
- name: Cache Docker layers
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: /tmp/.buildx-cache
4747
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
languages: ${{ matrix.language }}
4444

4545
- name: Set up JDK
46-
uses: actions/setup-java@v3
46+
uses: actions/setup-java@v4
4747
with:
4848
java-version: '17'
4949
distribution: 'zulu'

.github/workflows/cve.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ github.token }}
1919

2020
- name: Set up JDK
21-
uses: actions/setup-java@v3
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: '17'
2424
distribution: 'zulu'
@@ -33,13 +33,13 @@ jobs:
3333
echo "version=${VERSION}" >> $GITHUB_OUTPUT
3434
3535
- name: Set up QEMU
36-
uses: docker/setup-qemu-action@v2
36+
uses: docker/setup-qemu-action@v3
3737

3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v3
4040

4141
- name: Cache Docker layers
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: /tmp/.buildx-cache
4545
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -62,7 +62,7 @@ jobs:
6262
cache-to: type=local,dest=/tmp/.buildx-cache
6363

6464
- name: Run CVE checks
65-
uses: aquasecurity/trivy-action@0.12.0
65+
uses: aquasecurity/trivy-action@0.19.0
6666
with:
6767
image-ref: "ghcr.io/kafbat/kafka-ui:${{ steps.build.outputs.version }}"
6868
format: "table"

.github/workflows/frontend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: 8.6.12
2727

2828
- name: Install node
29-
uses: actions/setup-node@v4.0.1
29+
uses: actions/setup-node@v4.0.2
3030
with:
3131
node-version: "18.17.1"
3232
cache: "pnpm"

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ github.token }}
2424

2525
- name: Set up JDK
26-
uses: actions/setup-java@v3
26+
uses: actions/setup-java@v4
2727
with:
2828
java-version: '17'
2929
distribution: 'zulu'
@@ -40,21 +40,21 @@ jobs:
4040
# docker images
4141

4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v2
43+
uses: docker/setup-qemu-action@v3
4444

4545
- name: Set up Docker Buildx
4646
uses: docker/setup-buildx-action@v3
4747

4848
- name: Cache Docker layers
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: /tmp/.buildx-cache
5252
key: ${{ runner.os }}-buildx-${{ github.sha }}
5353
restore-keys: |
5454
${{ runner.os }}-buildx-
5555
5656
- name: Login to GitHub Container Registry
57-
uses: docker/login-action@v2
57+
uses: docker/login-action@v3
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

.github/workflows/release-serde-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git config user.email github-actions@github.com
2121
2222
- name: Set up JDK
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
java-version: "17"
2626
distribution: "zulu"

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config user.email github-actions@github.com
2727
2828
- name: Set up JDK
29-
uses: actions/setup-java@v3
29+
uses: actions/setup-java@v4
3030
with:
3131
java-version: '17'
3232
distribution: 'zulu'
@@ -41,7 +41,7 @@ jobs:
4141
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4242
4343
- name: Upload files to a GitHub release
44-
uses: svenstaro/upload-release-action@2.7.0
44+
uses: svenstaro/upload-release-action@2.9.0
4545
with:
4646
repo_token: ${{ secrets.GITHUB_TOKEN }}
4747
file: api/target/api-${{ steps.build.outputs.version }}.jar
@@ -58,21 +58,21 @@ jobs:
5858
# #
5959
#################
6060
- name: Set up QEMU
61-
uses: docker/setup-qemu-action@v2
61+
uses: docker/setup-qemu-action@v3
6262

6363
- name: Set up Docker Buildx
6464
uses: docker/setup-buildx-action@v3
6565

6666
- name: Cache Docker layers
67-
uses: actions/cache@v3
67+
uses: actions/cache@v4
6868
with:
6969
path: /tmp/.buildx-cache
7070
key: ${{ runner.os }}-buildx-${{ github.sha }}
7171
restore-keys: |
7272
${{ runner.os }}-buildx-
7373
7474
- name: Login to GitHub Container Registry
75-
uses: docker/login-action@v2
75+
uses: docker/login-action@v3
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.actor }}
@@ -99,7 +99,7 @@ jobs:
9999
needs: release
100100
steps:
101101
- name: Repository Dispatch
102-
uses: peter-evans/repository-dispatch@v2
102+
uses: peter-evans/repository-dispatch@v3
103103
with:
104104
token: ${{ secrets.CHARTS_ACTIONS_TOKEN }}
105105
repository: kafbat/helm-charts

.github/workflows/release_drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
pull-requests: write
2525
steps:
26-
- uses: release-drafter/release-drafter@v5
26+
- uses: release-drafter/release-drafter@v6
2727
with:
2828
config-name: release_drafter.yaml
2929
disable-autolabeler: true

.github/workflows/separate_env_public_create.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Set up JDK
30-
uses: actions/setup-java@v3
30+
uses: actions/setup-java@v4
3131
with:
3232
java-version: '17'
3333
distribution: 'zulu'
@@ -40,12 +40,12 @@ jobs:
4040
export VERSION=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
4141
echo "version=${VERSION}" >> $GITHUB_OUTPUT
4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v2
43+
uses: docker/setup-qemu-action@v3
4444
- name: Set up Docker Buildx
4545
id: buildx
4646
uses: docker/setup-buildx-action@v3
4747
- name: Cache Docker layers
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: /tmp/.buildx-cache
5151
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)