author | Nemo <commits@captnemo.in> | 2025-02-09 15:28:11.0 +05:30:00 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-09 15:28:11.0 +05:30:00 |
commit | 46e33afe3cfdce23c49806466d19a3ba4fa5fcba [patch] |
|
tree | 98fcb4e1e04987a47f8534ff39cf3ec3b7ae11fa |
|
parent | b8f6d73ff4e4588e328788410bc43c346adb9bff |
|
download | 46e33afe3cfdce23c49806466d19a3ba4fa5fcba.tar.gz |
Update update.yaml
Skip validation for now.
Diff
.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