Skip to content

Commit

Permalink
Merge branch 'master' into add-show-as-button
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Apr 22, 2024
2 parents bf74a9a + 8042b5f commit 8bd6f5b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
- uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
with:
arguments: assemble apiDiff check jacocoTestReport --continue --console=plain
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
with:
flags: unittests
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # pin@2.1.1
- uses: gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af # pin@3.3.1
9 changes: 8 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ ignore:
- '*':
reason: 'test-only dependency, no update available'
expires: 2024-12-31T00:00:00.000Z

SNYK-JAVA-ORGBOUNCYCASTLE-6277380:
- '*':
reason: 'test-only dependency, no update available'
expires: 2024-12-31T00:00:00.000Z
SNYK-JAVA-ORGBOUNCYCASTLE-6613080:
- '*':
reason: 'test-only dependency, no update available'
expires: 2024-12-31T00:00:00.000Z
patch: {}

0 comments on commit 8bd6f5b

Please sign in to comment.