Skip to content

Commit fbbdf8c

Browse files
authored
Merge pull request #417 from JohT/renovate/actions-checkout-digest
Update actions/checkout digest to 08eba0b
2 parents 95b1547 + 89e1f50 commit fbbdf8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/internal-java-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout GIT Repository
59-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6060

6161
- name: Run script tests
6262
id: script-tests

.github/workflows/internal-typescript-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: (Prepare Code to Analyze) Checkout GIT repository
58-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
58+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5959

6060

6161
- name: Set Set output variable 'analysis-name'

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: echo "ENVIRONMENT_INFO=-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
9696

9797
- name: (Code Analysis Setup) Checkout code-graph-analysis-pipeline
98-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
98+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
9999
with:
100100
repository: JohT/code-graph-analysis-pipeline
101101
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)