forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
515 changed files
with
33,565 additions
and
6,979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
publish: ${{ steps.version.outputs.publish }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -56,7 +56,7 @@ jobs: | |
if: github.repository_owner == 'home-assistant' && needs.init.outputs.publish == 'true' | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
|
@@ -98,7 +98,7 @@ jobs: | |
arch: ${{ fromJson(needs.init.outputs.architectures) }} | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Download nightly wheels of frontend | ||
if: needs.init.outputs.channel == 'dev' | ||
|
@@ -252,7 +252,7 @@ jobs: | |
- green | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Set build additional args | ||
run: | | ||
|
@@ -289,7 +289,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Initialize git | ||
uses: home-assistant/actions/helpers/git-init@master | ||
|
@@ -327,7 +327,7 @@ jobs: | |
id-token: write | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Install Cosign | ||
uses: sigstore/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,9 +35,9 @@ on: | |
env: | ||
CACHE_VERSION: 5 | ||
PIP_CACHE_VERSION: 4 | ||
MYPY_CACHE_VERSION: 4 | ||
MYPY_CACHE_VERSION: 5 | ||
BLACK_CACHE_VERSION: 1 | ||
HA_SHORT_VERSION: "2023.10" | ||
HA_SHORT_VERSION: "2023.11" | ||
DEFAULT_PYTHON: "3.11" | ||
ALL_PYTHON_VERSIONS: "['3.11']" | ||
# 10.3 is the oldest supported version | ||
|
@@ -89,7 +89,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Generate partial Python venv restore key | ||
id: generate_python_cache_key | ||
run: >- | ||
|
@@ -222,7 +222,7 @@ jobs: | |
- info | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -267,7 +267,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -335,7 +335,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -384,7 +384,7 @@ jobs: | |
- pre-commit | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
id: python | ||
|
@@ -478,7 +478,7 @@ jobs: | |
python-version: ${{ fromJSON(needs.info.outputs.python_versions) }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -546,7 +546,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -578,7 +578,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -611,7 +611,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -655,7 +655,7 @@ jobs: | |
- base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -737,7 +737,7 @@ jobs: | |
bluez \ | ||
ffmpeg | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -889,7 +889,7 @@ jobs: | |
ffmpeg \ | ||
libmariadb-dev-compat | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -1013,7 +1013,7 @@ jobs: | |
ffmpeg \ | ||
postgresql-server-dev-14 | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected] | ||
|
@@ -1108,7 +1108,7 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
- name: Download all coverage artifacts | ||
uses: actions/download-artifact@v3 | ||
- name: Upload coverage to Codecov (full coverage) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the repository | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.0 | ||
|
||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.