Skip to content

Commit 0417fca

Browse files
authored
Merge pull request #517 from JohT/renovate/actions-checkout-digest
Update actions/checkout digest to de0fac2
2 parents 1b5ad44 + cfeac76 commit 0417fca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

5858
steps:
5959
- name: Checkout GIT Repository
60-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
60+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6161

6262
- name: Set Set output variable 'analysis-name'
6363
id: set-analysis-name

.github/workflows/internal-run-tests.yml

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

2525
steps:
2626
- name: Checkout GIT Repository
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- name: Run script tests
3030
id: script-tests

.github/workflows/internal-typescript-upload-code-example.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
58+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
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
@@ -132,7 +132,7 @@ jobs:
132132
run: echo "ENVIRONMENT_INFO=java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
133133

134134
- name: (Code Analysis Setup) Checkout code-graph-analysis-pipeline
135-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
135+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
136136
with:
137137
repository: JohT/code-graph-analysis-pipeline
138138
ref: ${{ inputs.ref }}

0 commit comments

Comments
 (0)