Skip to content

Commit

Permalink
Bump the github-actions-deps group with 2 updates (#3517)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon authored Oct 14, 2024
2 parents 41a76db + ed82b5a commit 8e28439
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'corretto'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Build with Gradle
run: ./gradlew -DENABLE_NULLNESS=true compileTest

Expand All @@ -32,7 +32,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1.9
uses: JetBrains/qodana-action@v2024.2.3

- uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
Expand All @@ -49,7 +49,7 @@ jobs:
java-version: '21'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: SpotlessCheck
run: ./gradlew --continue spotlessCheck

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
java-version: '21'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Checkstyle
run: ./gradlew --continue checkstyleMainChanged
- run: |
Expand All @@ -108,7 +108,7 @@ jobs:
java-version: '21'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: PMD checks
run: ./gradlew --continue pmdMainChanged

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Assemble with Gradle
run: ./gradlew assemble

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: 'corretto'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Build Documentation with Gradle
run: ./gradlew alldoc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlydeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Build with Gradle
run: ./gradlew --parallel assemble

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Test with Gradle
run: ./gradlew --continue ${{ matrix.tests }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: Test with Gradle
run: ./gradlew --continue -DjacocoEnabled=true -x :key.core.symbolic_execution:test -x :key.core.proof_references:test test

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
shell: bash

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: "Running tests: ${{ matrix.test }}"
run: ./gradlew --continue ${{ matrix.test }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_winmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup Gradle
uses:
gradle/actions/setup-gradle@v4.0.1
gradle/actions/setup-gradle@v4.1.0
- name: Test with Gradle
run: ./gradlew --continue -x :key.core.symbolic_execution:test -x :key.core.proof_references:test test

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: .github/dlsmt.sh

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4.0.1
uses: gradle/actions/setup-gradle@v4.1.0
- name: "Running tests: ${{ matrix.test }}"
run: ./gradlew --continue ${{ matrix.test }}

Expand Down

0 comments on commit 8e28439

Please sign in to comment.