Skip to content

Commit 8bd6f5b

Browse files
authored
Merge branch 'master' into add-show-as-button
2 parents bf74a9a + 8042b5f commit 8bd6f5b

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
distribution: temurin
1717
java-version: 8
18-
- uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
18+
- uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
1919
with:
2020
arguments: assemble apiDiff check jacocoTestReport --continue --console=plain
21-
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
21+
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
2222
with:
2323
flags: unittests
2424
- uses: actions/upload-artifact@v4

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # pin@2.1.1
10+
- uses: gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af # pin@3.3.1

.snyk

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ ignore:
1414
- '*':
1515
reason: 'test-only dependency, no update available'
1616
expires: 2024-12-31T00:00:00.000Z
17-
17+
SNYK-JAVA-ORGBOUNCYCASTLE-6277380:
18+
- '*':
19+
reason: 'test-only dependency, no update available'
20+
expires: 2024-12-31T00:00:00.000Z
21+
SNYK-JAVA-ORGBOUNCYCASTLE-6613080:
22+
- '*':
23+
reason: 'test-only dependency, no update available'
24+
expires: 2024-12-31T00:00:00.000Z
1825
patch: {}

0 commit comments

Comments
 (0)