Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/aquasecurity/trivy…
Browse files Browse the repository at this point in the history
…-action-0.26.0
  • Loading branch information
HorizonNet authored Oct 9, 2024
2 parents e74cfc2 + 43e1984 commit 509068f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
distribution: "temurin"

- name: Cache SonarCloud packages
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

- name: Cache Gradle packages
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down

0 comments on commit 509068f

Please sign in to comment.