Skip to content

Commit 21df1e7

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 95df868 commit 21df1e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
version: ${{ env.JULIA_VERSION }}
5454
- name: Cache Julia packages
55-
uses: actions/cache@v3
55+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5656
with:
5757
path: ~/.julia
5858
key: ${{ runner.os }}-julia-${{ hashFiles('**/Project.toml') }}
@@ -111,12 +111,12 @@ jobs:
111111
- name: Build LibreOffice extension
112112
run: npm run build:libre
113113
- name: Upload Excel add-in artifact
114-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@ea165f8d65b6db9a8b71b5c2d1a090c0daf9c8bb # v4
115115
with:
116116
name: excel-addin
117117
path: dist/officejs/
118118
- name: Upload LibreOffice extension artifact
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@ea165f8d65b6db9a8b71b5c2d1a090c0daf9c8bb # v4
120120
with:
121121
name: libreoffice-extension
122122
path: dist/uno/economic-toolkit.oxt

0 commit comments

Comments
 (0)