Skip to content

Commit ab29d6b

Browse files
committed
chore(ci): bump Docker github actions
1 parent 2d99c3d commit ab29d6b

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/master.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: deno task cover
3636

3737
- name: SonarCloud Scan
38-
uses: sonarsource/sonarqube-scan-action@v7.0.0
38+
uses: sonarsource/sonarqube-scan-action@v7.1.0
3939
env:
4040
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4141
if: env.SONAR_TOKEN != ''
@@ -51,20 +51,20 @@ jobs:
5151

5252
steps:
5353
- name: Set up QEMU
54-
uses: docker/setup-qemu-action@v3
54+
uses: docker/setup-qemu-action@v4
5555

5656
- name: Set up Docker Buildx
57-
uses: docker/setup-buildx-action@v3
57+
uses: docker/setup-buildx-action@v4
5858

5959
- name: Login to DockerHub
60-
uses: docker/login-action@v3
60+
uses: docker/login-action@v4
6161
with:
6262
username: ${{ secrets.DOCKERHUB_USERNAME }}
6363
password: ${{ secrets.DOCKERHUB_TOKEN }}
6464

6565
- name: Build and push
6666
id: docker_build
67-
uses: docker/build-push-action@v6
67+
uses: docker/build-push-action@v7
6868
with:
6969
push: true
7070
platforms: linux/amd64,linux/arm64

.github/workflows/re-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ jobs:
5555
tags: ${{ github.event.inputs.tag }}
5656

5757
- name: Set up QEMU
58-
uses: docker/setup-qemu-action@v3
58+
uses: docker/setup-qemu-action@v4
5959

6060
- name: Set up Docker Buildx
61-
uses: docker/setup-buildx-action@v3
61+
uses: docker/setup-buildx-action@v4
6262

6363
- name: Login to DockerHub
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
username: ${{ secrets.DOCKERHUB_USERNAME }}
6767
password: ${{ secrets.DOCKERHUB_TOKEN }}
6868

6969
- name: Build and push
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
with:
7272
context: .
7373
push: true

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ jobs:
4646
images: trackerforce/switcher-searchdocs
4747

4848
- name: Set up QEMU
49-
uses: docker/setup-qemu-action@v3
49+
uses: docker/setup-qemu-action@v4
5050

5151
- name: Set up Docker Buildx
52-
uses: docker/setup-buildx-action@v3
52+
uses: docker/setup-buildx-action@v4
5353

5454
- name: Login to DockerHub
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
username: ${{ secrets.DOCKERHUB_USERNAME }}
5858
password: ${{ secrets.DOCKERHUB_TOKEN }}
5959

6060
- name: Build and push
61-
uses: docker/build-push-action@v6
61+
uses: docker/build-push-action@v7
6262
with:
6363
context: .
6464
push: true

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: deno task cover
5252

5353
- name: SonarCloud Scan
54-
uses: sonarsource/sonarqube-scan-action@v7.0.0
54+
uses: sonarsource/sonarqube-scan-action@v7.1.0
5555
env:
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5757
if: env.SONAR_TOKEN != ''

0 commit comments

Comments
 (0)