summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/common/header_checker.py2
-rwxr-xr-x.github/scripts/core_checker.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/scripts/common/header_checker.py b/.github/scripts/common/header_checker.py
index b436c6b2f..0bf3a6dbc 100755
--- a/.github/scripts/common/header_checker.py
+++ b/.github/scripts/common/header_checker.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# /*
-# * FreeRTOS V202211.00
+# * FreeRTOS V202212.00
# * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# *
# * Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/.github/scripts/core_checker.py b/.github/scripts/core_checker.py
index a2e787a54..aae02ab25 100755
--- a/.github/scripts/core_checker.py
+++ b/.github/scripts/core_checker.py
@@ -309,7 +309,7 @@ FREERTOS_IGNORED_FILES = [
FREERTOS_HEADER = [
'/*\n',
- ' * FreeRTOS V202211.00\n',
+ ' * FreeRTOS V202212.00\n',
' * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
' *\n',
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',