From 89e1f5011d81d13bd6da16c0d94260e33f335225 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:40:01 +0000 Subject: [PATCH] Update actions/checkout digest to 08eba0b --- .github/workflows/internal-java-code-analysis.yml | 2 +- .github/workflows/internal-typescript-code-analysis.yml | 2 +- .github/workflows/public-analyze-code-graph.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/internal-java-code-analysis.yml b/.github/workflows/internal-java-code-analysis.yml index 66f7ac375..502c68b61 100644 --- a/.github/workflows/internal-java-code-analysis.yml +++ b/.github/workflows/internal-java-code-analysis.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout GIT Repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Run script tests id: script-tests diff --git a/.github/workflows/internal-typescript-code-analysis.yml b/.github/workflows/internal-typescript-code-analysis.yml index df59feca3..4f6878d09 100644 --- a/.github/workflows/internal-typescript-code-analysis.yml +++ b/.github/workflows/internal-typescript-code-analysis.yml @@ -55,7 +55,7 @@ jobs: steps: - name: (Prepare Code to Analyze) Checkout GIT repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Set Set output variable 'analysis-name' diff --git a/.github/workflows/public-analyze-code-graph.yml b/.github/workflows/public-analyze-code-graph.yml index a08940222..66ba49b69 100644 --- a/.github/workflows/public-analyze-code-graph.yml +++ b/.github/workflows/public-analyze-code-graph.yml @@ -95,7 +95,7 @@ jobs: run: echo "ENVIRONMENT_INFO=-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV - name: (Code Analysis Setup) Checkout code-graph-analysis-pipeline - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: repository: JohT/code-graph-analysis-pipeline ref: ${{ inputs.ref }}