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).