From c45ae7efc5e35d518097f83eb74913d41747f60b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:16:05 +0000 Subject: [PATCH] Update actions/checkout digest to 11bd719 --- .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 a7b692d..454c03f 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 467771f..47253c9 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871" # v4 + - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 - name: HACS validation uses: "hacs/action@main"