Commit 10f09b0 1 parent fcdefb9 commit 10f09b0 Copy full SHA for 10f09b0
File tree 1 file changed +3
-3
lines changed
.github/actions/check-submodules/dist
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27685,8 +27685,8 @@ const checkSubmodules = async function () {
27685
27685
const isOnMain = await isAncestor(diff.thisCommit, 'origin/main', submodule.path);
27686
27686
if (!isOnMain) {
27687
27687
if (/^(aws-lc)$/.test(submodule.name)) {
27688
- // for aws-lc we also use fips-2022-11-02 branch for FIPS support.
27689
- const isOnFIPS = await isAncestor(diff.thisCommit, 'origin/fips-2022-11-02 ', submodule.path);
27688
+ // for aws-lc we also use fips-2024-09-27 branch for FIPS support.
27689
+ const isOnFIPS = await isAncestor(diff.thisCommit, 'origin/fips-2024-09-27 ', submodule.path);
27690
27690
if (!isOnFIPS) {
27691
27691
core.setFailed(`Submodule ${submodule.name} is using a branch`);
27692
27692
return;
@@ -27729,4 +27729,4 @@ main()
27729
27729
27730
27730
module.exports = __webpack_exports__;
27731
27731
/******/ })()
27732
- ;
27732
+ ;
You can’t perform that action at this time.
0 commit comments