diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a32bd8d..7d83d8cc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,7 @@ jobs:
- name: "Clean-up SNAPSHOT artifacts"
run: find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf
- uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v1.34.0
+ continue-on-error: true
with:
srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }}
diff --git a/pom.xml b/pom.xml
index bfeb9e2d..a3c42ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
2.4.1
5.2.2
5.2.3
+ 1.33
false
@@ -254,7 +255,7 @@
org.yaml
snakeyaml
- 1.32
+ ${dependency.snakeyaml.version}