Skip to content

Commit

Permalink
Remove deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bennavapbc committed Feb 7, 2025
1 parent 997dbab commit d47b0ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
distribution: 'corretto'

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: '8.10'

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Quality Gate
id: quality-gate
uses: sonarsource/sonarcloud-github-action@v2
uses: sonarsource/sonarqube-scan-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iname: publish
name: publish

on:
pull_request:
Expand Down

0 comments on commit d47b0ad

Please sign in to comment.