Skip to content

Commit

Permalink
Merge branch 'main' into main_qutech
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Oct 28, 2024
2 parents 7550a70 + 725ec6a commit 4e5e0ac
Show file tree
Hide file tree
Showing 1,400 changed files with 144,847 additions and 175,170 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# By default all of the repository is owned by the qcodes maintainers.
* @microsoft/qcodes-maintainers
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If this fixes a known bug reported against QCoDeS:
- [ ] Please include a string in the following form ``closes #xxx`` where ``xxx``` is the number of the bug fixed.
Please have a look at [the contributing guide](https://qcodes.github.io/Qcodes/community/contributing.html)
Please have a look at [the contributing guide](https://microsoft.github.io/Qcodes/community/contributing.html)
for more information.
If you are in doubt about any of this please ask and we will be happy to help.
Expand Down
17 changes: 0 additions & 17 deletions .github/actions/prepare-cache-pip/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/actions/setup-ubuntu-latest-xvfb/action.yml

This file was deleted.

27 changes: 26 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,35 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
open-pull-requests-limit: 20
rebase-strategy: "disabled"
versioning-strategy: increase-if-necessary
groups:
zhinst:
patterns:
- "zhinst*"
ipywidgets:
patterns:
- "ipywidgets"
- "widgetsnbextension"
- "jupyterlab-widgets"
sphinx:
patterns:
- "sphinx"
- "sphinxcontrib*"

- package-ecosystem: github-actions
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: "daily"

- package-ecosystem: pip
directory: /.binder
schedule:
interval: daily

- package-ecosystem: npm
directory: /.github
schedule:
interval: daily
5 changes: 5 additions & 0 deletions .github/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"devDependencies": {
"pyright": "1.1.386"
}
}
50 changes: 0 additions & 50 deletions .github/static/environment_forge_full.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/cancel_old_jobs.yaml

This file was deleted.

22 changes: 18 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
workflow_dispatch:
schedule:
- cron: '42 15 * * 0'
push:
branches:
- 'main'
- 'release/*'
pull_request:


permissions:
contents: read

jobs:
analyze:
Expand All @@ -20,17 +29,22 @@ jobs:
language: [ 'python' ]

steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
57 changes: 0 additions & 57 deletions .github/workflows/conda-forge-install-and-test.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/darker.yaml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request,
# surfacing known-vulnerable versions of the packages declared or updated in the PR.
# Once installed, if the workflow run is marked as required,
# PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5
Loading

0 comments on commit 4e5e0ac

Please sign in to comment.