Skip to content

Commit 4e5e0ac

Browse files
committed
Merge branch 'main' into main_qutech
2 parents 7550a70 + 725ec6a commit 4e5e0ac

1,400 files changed

Lines changed: 144847 additions & 175170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# By default all of the repository is owned by the qcodes maintainers.
2+
* @microsoft/qcodes-maintainers

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If this fixes a known bug reported against QCoDeS:
2222
2323
- [ ] Please include a string in the following form ``closes #xxx`` where ``xxx``` is the number of the bug fixed.
2424
25-
Please have a look at [the contributing guide](https://qcodes.github.io/Qcodes/community/contributing.html)
25+
Please have a look at [the contributing guide](https://microsoft.github.io/Qcodes/community/contributing.html)
2626
for more information.
2727
2828
If you are in doubt about any of this please ask and we will be happy to help.

.github/actions/prepare-cache-pip/action.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/actions/setup-ubuntu-latest-xvfb/action.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,35 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
open-pull-requests-limit: 10
7+
open-pull-requests-limit: 20
88
rebase-strategy: "disabled"
9+
versioning-strategy: increase-if-necessary
10+
groups:
11+
zhinst:
12+
patterns:
13+
- "zhinst*"
14+
ipywidgets:
15+
patterns:
16+
- "ipywidgets"
17+
- "widgetsnbextension"
18+
- "jupyterlab-widgets"
19+
sphinx:
20+
patterns:
21+
- "sphinx"
22+
- "sphinxcontrib*"
23+
924
- package-ecosystem: github-actions
1025
directory: "/"
1126
rebase-strategy: "disabled"
1227
schedule:
1328
interval: "daily"
29+
30+
- package-ecosystem: pip
31+
directory: /.binder
32+
schedule:
33+
interval: daily
34+
35+
- package-ecosystem: npm
36+
directory: /.github
37+
schedule:
38+
interval: daily

.github/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"devDependencies": {
3+
"pyright": "1.1.386"
4+
}
5+
}

.github/static/environment_forge_full.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/cancel_old_jobs.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '42 15 * * 0'
7+
push:
8+
branches:
9+
- 'main'
10+
- 'release/*'
11+
pull_request:
12+
13+
14+
permissions:
15+
contents: read
716

817
jobs:
918
analyze:
@@ -20,17 +29,22 @@ jobs:
2029
language: [ 'python' ]
2130

2231
steps:
32+
- name: Harden Runner
33+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
34+
with:
35+
egress-policy: audit
36+
2337
- name: Checkout repository
24-
uses: actions/checkout@v3.0.2
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2539

2640
# Initializes the CodeQL tools for scanning.
2741
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
42+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
2943
with:
3044
languages: ${{ matrix.language }}
3145

3246
- name: Autobuild
33-
uses: github/codeql-action/autobuild@v2
47+
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
3448

3549
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@v2
50+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

.github/workflows/conda-forge-install-and-test.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)