-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70592fc
commit 28aeca9
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ The difference between `actions/[email protected]` and `actions/[email protected]` i | |
|
||
| `actions/checkout` | `git` | `repositoryformatversion` | Test | | ||
|--------------------|-------|---------------------------| ---- | | ||
| `v4.1.1` | `2.34.1` | `0` | :heavy_check_mark: <https://github.com/hicksjacobp/checkout-codeql-test/actions/runs/8842167272/job/24280382043> | | ||
| `v4.1.4` | `2.34.1` | `1` | :x: <https://github.com/hicksjacobp/checkout-codeql-test/actions/runs/8842167272/job/24280382240> | | ||
| `v4.1.4` | `2.43.2` | `0` | :heavy_check_mark: <https://github.com/hicksjacobp/checkout-codeql-test/actions/runs/8842167272/job/24280382420> | | ||
| `v4.1.1` | `2.34.1` | `0` | :heavy_check_mark: <https://github.com/hicksjacobp/checkout-test/actions/runs/8848651950/job/24298891141> | | ||
| `v4.1.4` | `2.34.1` | `1` | :x: <https://github.com/hicksjacobp/checkout-test/actions/runs/8848651950/job/24298890845> | | ||
| `v4.1.4` | `2.43.2` | `0` | :heavy_check_mark: <https://github.com/hicksjacobp/checkout-test/actions/runs/8848651950/job/24298890623> | | ||
|
||
The scenario of `actions/[email protected]` and `[email protected]` is what has caused us unforeseen pain. | ||
This scenario is exacerbated by the fact that `actions/[email protected]` comes with `[email protected]` and the default CodeQL workflow uses `actions/checkout@v4` (and therefore resolves to `actions/[email protected]` as of the time of writing). | ||
|