diff --git a/Jenkinsfile b/Jenkinsfile
index 8edba44acfde7d26cabd70747176e3e796c74be5..92fefcb598eca1d598f96b73a7f981de211f70eb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         node {
-            label 'jenkins-quarkus-build-agent'
+            label 'ozgcloud-jenkins-build-agent'
         }
     }
 
@@ -90,9 +90,6 @@ pipeline {
         }
 
         stage ('OWASP Dependency-Check Vulnerabilities') {
-            when {
-                branch 'master'
-            }
             steps {
                 dependencyCheck additionalArguments: '''
                         -o "./"
@@ -101,6 +98,7 @@ pipeline {
                         -d /dependency-check-data
                         --suppression dependency-check-supressions.xml
                         --disableKnownExploited
+                        --noupdate
                         --disableArchive
                         --prettyPrint''', odcInstallation: 'dependency-check-owasp'