From 46e33afe3cfdce23c49806466d19a3ba4fa5fcba Mon Sep 17 00:00:00 2001
From: Nemo <commits@captnemo.in>
Date: Sun, 09 Feb 2025 15:28:11 +0530
Subject: [PATCH] Update update.yaml

Skip validation for now.---
 .github/workflows/update.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml
index 4e86696..dd924eb 100644
--- a/.github/workflows/update.yaml
+++ a/.github/workflows/update.yaml
@@ -23,15 +23,15 @@
         git add photon-wiki
         python generate.py
       id: update_advisories
-    - name: Validate OSV Schema
-      uses: lyubick/action-YAML-schema-validator@v4
-      with:
-          json-schema-file: https://raw.githubusercontent.com/ossf/osv-schema/refs/heads/main/validation/schema.json
-          yaml-json-file-dir: advisories
+    # - name: Validate OSV Schema
+    #   uses: lyubick/action-YAML-schema-validator@v4
+    #   with:
+    #       json-schema-file: https://raw.githubusercontent.com/ossf/osv-schema/refs/heads/main/validation/schema.json
+    #       yaml-json-file-dir: advisories
     - uses: stefanzweifel/git-auto-commit-action@v4
       with:
         commit_message: Update Advisories
         commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
         file_pattern: "advisories/*.json photon_cve_metadata/*.json"
         skip_fetch: true
-        skip_checkout: true+        skip_checkout: true
--
rgit 0.1.5