Skip to content

Commit

Permalink
ci(deps): bump gradle/gradle-build-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 5392e3a commit a4cd69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/owasp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
gradle-version: 7.5.1
gradle-home-cache-excludes: dependency-check-data
Expand All @@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-dependency-check-data-
- name: Gradle Check
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
JAVA_TOOL_OPTIONS: -Dpolyglot.js.nashorn-compat=true -Dpolyglot.engine.WarnInterpreterOnly=false
INTERLOK_PARENT_VERSION: v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- name: Execute Gradle build
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
env:
JAVA_TOOL_OPTIONS: -Dpolyglot.js.nashorn-compat=true -Dpolyglot.engine.WarnInterpreterOnly=false
INTERLOK_PARENT_VERSION: ${{ matrix.interlok-version }}
Expand Down

0 comments on commit a4cd69e

Please sign in to comment.