Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.label.name == 'source-approved'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Parse issue and add source
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-secure-flow.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: dependencies
fetch-depth: 0
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manage-subscriber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.label.name == 'subscription'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Parse and add subscriber
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Run AI inference
id: inference
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-to-action-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout AI-Pulse repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 1

- name: Checkout dependabot-secure-flow repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: EthanThePhoenix38/dependabot-secure-flow
token: ${{ secrets.SYNC_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ai-pulse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
#
# Sans cette étape, le workflow n'aurait pas accès aux fichiers !
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v6
# @v4 = version 4 de cette action (la plus récente et stable)
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment references version 4 but the code now uses version 6. Update the comment to reflect the current version being used.

Suggested change
# @v4 = version 4 de cette action (la plus récente et stable)
# @v6 = version 6 de cette action (la plus récente et stable)

Copilot uses AI. Check for mistakes.

# -------------------------------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- **2026-02-17 20:37 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-16 13:00 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- 2026-02-16: Validation locale `node --test` (12/12) [OK]
- Tests: `node --test` [OK]
Expand Down Expand Up @@ -42,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.0] - 2026-01-31
### Added
- **2026-02-17 20:37 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-16 13:00 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-14 11:26 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-13 06:16 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Expand Down Expand Up @@ -75,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.2.0] - 2026-02-01
### Added
- **2026-02-17 20:37 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-16 13:00 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-14 11:26 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-13 06:16 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Expand Down Expand Up @@ -121,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2025-12-10
### Added
- **2026-02-17 20:37 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-16 13:00 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-14 11:26 UTC**: Automated Security Batch Update (DependabotSecureFlow)
- **2026-02-13 06:16 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Expand Down Expand Up @@ -160,6 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2026-02-16
### Added
- **2026-02-17 20:37 UTC**: Automated Security Batch Update (DependabotSecureFlow)
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same security batch update entry with timestamp "2026-02-17 20:37 UTC" is being added to multiple version sections including [Unreleased], [1.1.0], [1.2.0], and [1.0.0]. This creates confusion about which version actually includes this update. Typically, a single change should only appear in one version section of a changelog. If this is an automated process, consider only adding the entry to the [Unreleased] section.

Suggested change
- **2026-02-17 20:37 UTC**: Automated Security Batch Update (DependabotSecureFlow)

Copilot uses AI. Check for mistakes.
- Dedicated categories: `Local News / Informations locales` and `Weather / Météo` with FR/EN labels.
- French trusted Open Source feeds: `Developpez.com`, `LinuxFr`, `Programmez`.
- Localized keyword mappings for `OpenClaw`, `Local News`, `Weather`, and `Open Source`.
Expand Down
Loading