Skip to content

Commit 10f09b0

Browse files
authored
Update FIPS branch
1 parent fcdefb9 commit 10f09b0

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/check-submodules/dist

1 file changed

+3
-3
lines changed

.github/actions/check-submodules/dist/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -27685,8 +27685,8 @@ const checkSubmodules = async function () {
2768527685
const isOnMain = await isAncestor(diff.thisCommit, 'origin/main', submodule.path);
2768627686
if (!isOnMain) {
2768727687
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);
2769027690
if (!isOnFIPS) {
2769127691
core.setFailed(`Submodule ${submodule.name} is using a branch`);
2769227692
return;
@@ -27729,4 +27729,4 @@ main()
2772927729

2773027730
module.exports = __webpack_exports__;
2773127731
/******/ })()
27732-
;
27732+
;

0 commit comments

Comments
 (0)