Skip to content

Commit 7e49577

Browse files
1 parent 40f2a0c commit 7e49577

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
with:
5454
repository: JohT/code-graph-analysis-pipeline
55-
ref: 41f3e22b5bd65351474dd23effeee91fab849a12
55+
ref: 12f932f53652aad1de15921bd57110d9193b5163
5656
path: code-graph-analysis-pipeline
5757
persist-credentials: false
5858

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5757
with:
5858
repository: AxonFramework/AxonFramework
59-
ref: axon-${{ env.AXON_FRAMEWORK_VERSION }}
59+
ref: 12f932f53652aad1de15921bd57110d9193b5163 env.AXON_FRAMEWORK_VERSION }}
6060
path: ./source
6161

6262
- name: (Prepare Code to Analyze) Setup Java Development Kit for Maven JARs downloading (JDK) ${{ env.JAVA_VERSION}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454
with:
5555
repository: remix-run/react-router
56-
ref: react-router@${{ env.REACT_ROUTER_VERSION }}
56+
ref: 12f932f53652aad1de15921bd57110d9193b5163 env.REACT_ROUTER_VERSION }}
5757

5858
- name: (Prepare Code to Analyze) Setup pnpm for react-router
5959
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0

0 commit comments

Comments
 (0)