From 28aeca9cb4a61951fafcc379e9286944f53a8b60 Mon Sep 17 00:00:00 2001 From: Jake Hicks Date: Fri, 26 Apr 2024 08:02:00 -0500 Subject: [PATCH] update test links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15e84bc..24cedcd 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ The difference between `actions/checkout@v4.1.4` and `actions/checkout@v4.1.1` i | `actions/checkout` | `git` | `repositoryformatversion` | Test | |--------------------|-------|---------------------------| ---- | -| `v4.1.1` | `2.34.1` | `0` | :heavy_check_mark: | -| `v4.1.4` | `2.34.1` | `1` | :x: | -| `v4.1.4` | `2.43.2` | `0` | :heavy_check_mark: | +| `v4.1.1` | `2.34.1` | `0` | :heavy_check_mark: | +| `v4.1.4` | `2.34.1` | `1` | :x: | +| `v4.1.4` | `2.43.2` | `0` | :heavy_check_mark: | The scenario of `actions/checkout@v4.1.4` and `git@2.34.1` is what has caused us unforeseen pain. This scenario is exacerbated by the fact that `actions/runner@v3.16.0` comes with `git@2.34.1` and the default CodeQL workflow uses `actions/checkout@v4` (and therefore resolves to `actions/checkout@v4.1.4` as of the time of writing).