Skip to content

Commit 52126b5

Browse files
hyperpolymathclaude
andcommitted
Fix remaining AGPL SPDX in Rust files and SHA-pin nested workflow actions
- AGPL-3.0-or-later → PMPL-1.0-or-later in .rs source files - SHA-pin remaining checkout@v2/v3, upload-artifact@v3, cache@v3, setup-node@v3 in nested/submodule workflow files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3e09433 commit 52126b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin-conflict-mapper/.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Cache Composer packages
2525
id: composer-cache
26-
uses: actions/cache@v3
26+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2727
with:
2828
path: vendor
2929
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

sinople-theme/.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: php -r "file_exists('.env.test.local') || copy('.env.test', '.env.test.local');"
3131
- name: Cache Composer packages
3232
id: composer-cache
33-
uses: actions/cache@v3
33+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3434
with:
3535
path: vendor
3636
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)