Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.4.2 [SECURITY] (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 39a8075 commit 8db59f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo VERSION=$VERSION
echo PRE_RELEASE=$PRE_RELEASE
- name: Build artifacts
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: distTar
- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: temurin
java-version: 11
- name: Test
uses: gradle/gradle-build-action@v2.4.0
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: test
- uses: codecov/codecov-action@v3.1.6
Expand Down

0 comments on commit 8db59f1

Please sign in to comment.