From 41a626670e77b5b10026e94ae4ff3959f0d2d2e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:34:02 +0000 Subject: [PATCH] Update actions/checkout digest to 692973e --- .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 199bd43..7f0fe58 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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 8051717..5de7105 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@a5ac7e51b41094c92402da3b24376905380afc29" # v4 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4 - name: HACS validation uses: "hacs/action@main"