Update: Checkout actions to v5
Some checks failed
Security & Dependency Updates / Dependency Security Scan (push) Failing after 9s
Security & Dependency Updates / Docker Security Scan (push) Failing after 1s
Security & Dependency Updates / License Compliance (push) Failing after 2s
Security & Dependency Updates / Check for Dependency Updates (push) Failing after 2s
Security & Dependency Updates / Code Quality Metrics (push) Failing after 2s
Security & Dependency Updates / Security Summary (push) Failing after 3s

Checkout Action Upgrade:
- Replace all checkout actions with 'actions/checkout@v5'
- Latest version with improved performance and features
- Better compatibility with modern Git workflows
- Enhanced security and reliability

 Updated Workflows:
- CI Pipeline: All checkout actions  v5
- Security Scans: All checkout actions  v5
- Release Pipeline: All checkout actions  v5
- Documentation: All checkout actions  v5

 Benefits:
- Latest checkout action features
- Improved performance and caching
- Better error handling and logging
- Enhanced Git LFS support
- Modern Node.js runtime compatibility

 All 4 workflow files updated consistently
This commit is contained in:
2025-08-12 17:09:23 +07:00
parent 40aef686af
commit 9c6fedc149
4 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
@@ -126,7 +126,7 @@ jobs:
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
@@ -223,7 +223,7 @@ jobs:
steps:
- name: Checkout code
uses: https://gitea.com/actions/checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v4
@@ -248,8 +248,8 @@ jobs:
project = 'Northern Thailand Ping River Monitor'
copyright = '2025, Ping River Monitor Team'
author = 'Ping River Monitor Team'
version = '3.1.1'
release = '3.1.1'
version = '3.1.2'
release = '3.1.2'
extensions = [
'sphinx.ext.autodoc',