diff --git a/.github/workflows/action-container.yml b/.github/workflows/action-container.yml index ec820a09ccf..6240c54b8f1 100644 --- a/.github/workflows/action-container.yml +++ b/.github/workflows/action-container.yml @@ -30,7 +30,7 @@ jobs: permissions: packages: write steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 - name: Login to GitHub Container Registry uses: docker/login-action@v3.3.0 diff --git a/.github/workflows/generate-hacs-data.yml b/.github/workflows/generate-hacs-data.yml index e048e483459..e6fd7852f90 100644 --- a/.github/workflows/generate-hacs-data.yml +++ b/.github/workflows/generate-hacs-data.yml @@ -56,7 +56,7 @@ jobs: category: ${{ fromJSON( needs.generate-matrix.outputs.categories )}} steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.2.0 @@ -222,7 +222,7 @@ jobs: category: ${{ fromJSON(needs.summarize.outputs.changedCategories) }} steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.2.0 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 75af3419f51..2b8e05aa99c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: - ruff-format steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.2.0 @@ -56,7 +56,7 @@ jobs: name: With JQ steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Run validation run: jq -r -e -c . tests/fixtures/*.json \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8823872adcc..31620a8d027 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: contents: write steps: - name: 📥 Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🛠️ Set up Python uses: actions/setup-python@v5.2.0 diff --git a/.github/workflows/pull_requests_labels.yml b/.github/workflows/pull_requests_labels.yml index a94661155ca..65dbc9ae5a1 100644 --- a/.github/workflows/pull_requests_labels.yml +++ b/.github/workflows/pull_requests_labels.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Check the labels uses: ludeeus/action-require-labels@1.1.0 diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 8d8ca7260c0..d571a8c549e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🛠️ Set up Python 3.12 uses: actions/setup-python@v5.2.0 @@ -58,7 +58,7 @@ jobs: - "3.12" steps: - name: 📥 Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🛠️ Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5.2.0 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b0c0b47faf8..2543b1c07ea 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -42,7 +42,7 @@ jobs: name: With hassfest steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 # Test files conflict with running hassfest - name: Remove tests @@ -77,7 +77,7 @@ jobs: category: "plugin" steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Build Container run: | @@ -106,7 +106,7 @@ jobs: category: "plugin" steps: - name: Checkout the repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v5.2.0