Update workflows (#1)

* Update ci.yml

* Disable codeql.yml because of private repo status

* Update release.yml to set prerelease status if tag starts with v0

* Disable dependency-review.yml because of private repo status
This commit is contained in:
2025-05-24 19:38:15 +02:00
committed by Kaj Kowalski
parent 9474ea3c12
commit dc580ed769
5 changed files with 132 additions and 26 deletions

View File

@ -1,6 +1,6 @@
name: Dependency Review
on: [pull_request]
on: [workflow_call] # [pull_request]
permissions:
contents: read