mirror of
https://github.com/actions/runner.git
synced 2025-12-15 14:36:59 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de955418e4 | ||
|
|
7ff6ff6afa | ||
|
|
56529a1c2f |
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
- Unset GTIHUB_ACTION_REPOSITORY and GITHUB_ACTION_REF for non-repo based actions #804
|
- Unset GTIHUB_ACTION_REPOSITORY and GITHUB_ACTION_REF for non-repo based actions #804
|
||||||
|
- fix compat issue in timeline record state. #861
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
- Crypto cleanup and enable usage of FIPS compliant crypto when required (#806)
|
- Crypto cleanup and enable usage of FIPS compliant crypto when required (#806)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.275.0
|
2.275.1
|
||||||
|
|||||||
@@ -13,5 +13,8 @@ namespace GitHub.DistributedTask.WebApi
|
|||||||
|
|
||||||
[EnumMember]
|
[EnumMember]
|
||||||
Completed,
|
Completed,
|
||||||
|
|
||||||
|
[EnumMember]
|
||||||
|
Delayed,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.275.0
|
2.275.1
|
||||||
|
|||||||
Reference in New Issue
Block a user