Skip to content

Commit 60ce190

Browse files
build(deps): bump the github-actions group with 3 updates (#1754)
Bumps the github-actions group with 3 updates: [gradle/actions](https://github.com/gradle/actions), [docker/login-action](https://github.com/docker/login-action) and [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `gradle/actions` from 5.0.2 to 6.1.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@0723195...50e97c2) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `SonarSource/sonarqube-scan-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@a31c939...299e4b7) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94969a2 commit 60ce190

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/gradle-dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: 'temurin'
2222
java-version: 25
2323
- name: Setup Gradle
24-
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5
24+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
2525
with:
2626
dependency-graph: 'generate-submit-and-upload'
2727
- run: server/gradlew --no-daemon -p server assemble

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Log in to the Container registry
7272
if: steps.changed_webui_files.outputs.any_changed == 'true'
73-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
73+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7474
with:
7575
registry: ${{ env.REGISTRY }}
7676
username: ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Log in to the Container registry
137137
if: steps.changed_server_files.outputs.any_changed == 'true'
138-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
138+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
139139
with:
140140
registry: ${{ env.REGISTRY }}
141141
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Log in to the Container registry
46-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
46+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4747
with:
4848
registry: ${{ env.REGISTRY }}
4949
username: ${{ github.actor }}
@@ -89,7 +89,7 @@ jobs:
8989
run: server/gradlew --no-daemon -p server check
9090

9191
- name: Log in to the Container registry
92-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
92+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
9393
with:
9494
registry: ${{ env.REGISTRY }}
9595
username: ${{ github.actor }}

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
distribution: 'temurin'
2929
java-version: 25
3030
- name: Setup Gradle
31-
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5
31+
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
3232
- name: Generate JaCoCo test report
3333
run: server/gradlew --no-daemon -p server jacocoTestReport
3434
- name: Make server libraries directory
3535
run: mkdir server/libraries
3636
- name: Copy server libraries
3737
run: find ~/.gradle/caches -type f -name '*.jar' -exec cp {} server/libraries \;
3838
- name: SonarCloud Scan
39-
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
39+
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
4040
env:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)