Skip to content

Commit 5d8275e

Browse files
authored
Merge pull request #475 from JohT/renovate/actions-checkout-digest
Update actions/checkout digest to 93cb6ef
2 parents 0646563 + a5d6282 commit 5d8275e

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
59+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
58+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
98+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9999
with:
100100
repository: JohT/code-graph-analysis-pipeline
101101
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)