Skip to content

Commit e48dbe3

Browse files
committed
one more try
1 parent e2ec977 commit e48dbe3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ jobs:
9292
BUF_INPUT_HTTPS_PASSWORD: ${{ secrets.PERSONAL_ACCESS_TOKEN_OPENTDF }}
9393
run: mvn --batch-mode clean generate-sources
9494
- name: Tests and enforcer (fips)
95-
run: mvn --batch-mode verify -P 'fips,!non-fips' -Dmaven.antrun.skip
95+
run: mvn --batch-mode test enforcer:enforce -P 'fips,!non-fips' -Dmaven.antrun.skip
9696
- name: Tests with coverage and javadoc (non-fips)
9797
env:
98+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9899
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
99100
run: |
100101
mvn --batch-mode verify javadoc:javadoc \

sdk/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,13 +506,13 @@
506506
</dependency>
507507
<dependency>
508508
<groupId>org.bouncycastle</groupId>
509-
<artifactId>bcpkix-fips</artifactId>
509+
<artifactId>bctls-fips</artifactId>
510510
<scope>runtime</scope>
511511
</dependency>
512512
<dependency>
513513
<groupId>org.bouncycastle</groupId>
514-
<artifactId>bctls-fips</artifactId>
515-
<scope>runtime</scope>
514+
<artifactId>bcpkix-fips</artifactId>
515+
<scope>test</scope>
516516
</dependency>
517517
</dependencies>
518518
</profile>

0 commit comments

Comments
 (0)