mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 07:33:50 +00:00
Merge branch 'master' into master-3.0
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -13,10 +13,10 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master-3.0" ]
|
branches: [ "master", "master-3.0" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ "master-3.0" ]
|
branches: [ "master", "master-3.0" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '38 18 * * 6'
|
- cron: '38 18 * * 6'
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
setuptools==54.2.0
|
setuptools==65.5.1
|
||||||
cx_Freeze==5.1.1
|
cx_Freeze==5.1.1
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
packaging==20.9
|
packaging==20.9
|
||||||
|
Reference in New Issue
Block a user