mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-05-07 17:24:24 +02:00
fix: inform py version to CodeQL
This commit is contained in:
parent
8c9696bf0e
commit
6625718f5a
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
path: reports/flake8/
|
path: reports/flake8/
|
||||||
|
|
||||||
security_checks:
|
security_checks:
|
||||||
needs: pytest
|
needs: flake8
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Security check
|
name: Security check
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/features.yml
vendored
2
.github/workflows/features.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
path: reports/flake8/
|
path: reports/flake8/
|
||||||
|
|
||||||
security_checks:
|
security_checks:
|
||||||
needs: pytest
|
needs: flake8
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Security check
|
name: Security check
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
path: reports/flake8/
|
path: reports/flake8/
|
||||||
|
|
||||||
security_checks:
|
security_checks:
|
||||||
needs: pytest
|
needs: flake8
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Security check
|
name: Security check
|
||||||
steps:
|
steps:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
This is a simple API that returns the latest ReVanced releases, patches and contributors.
|
This is a simple API that returns the latest ReVanced releases, patches and contributors.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user