From b7a2c7be68b53dc6c49248bd96d572db3c5f5672 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:49:37 +0000 Subject: [PATCH] Update actions/checkout digest to eef6144 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/validate-integration.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7f0fe58..a7b692d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/validate-integration.yaml b/.github/workflows/validate-integration.yaml index 5de7105..467771f 100644 --- a/.github/workflows/validate-integration.yaml +++ b/.github/workflows/validate-integration.yaml @@ -12,7 +12,7 @@ jobs: runs-on: "ubuntu-latest" name: Validate steps: - - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4 + - uses: "actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4 - name: HACS validation uses: "hacs/action@main"