From 8b760ef6a783d03542eabd57dbedde968f3bd5c2 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 27 Apr 2026 10:09:52 +0200 Subject: [PATCH] ci: update actions (#2805) --- .github/workflows/ci-build-linux.yml | 6 +++--- .github/workflows/ci-build-macos.yml | 2 +- .github/workflows/ci-build-windows.yml | 4 ++-- .github/workflows/publish-insider-linux.yml | 6 +++--- .github/workflows/publish-insider-macos.yml | 2 +- .github/workflows/publish-insider-spearhead.yml | 2 +- .github/workflows/publish-insider-windows.yml | 6 +++--- .github/workflows/publish-stable-linux.yml | 6 +++--- .github/workflows/publish-stable-macos.yml | 2 +- .github/workflows/publish-stable-spearhead.yml | 2 +- .github/workflows/publish-stable-windows.yml | 6 +++--- justfile | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci-build-linux.yml b/.github/workflows/ci-build-linux.yml index 0fc3d3b..62240e1 100644 --- a/.github/workflows/ci-build-linux.yml +++ b/.github/workflows/ci-build-linux.yml @@ -63,7 +63,7 @@ jobs: platform: x64 - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc @@ -258,7 +258,7 @@ jobs: if: env.DISABLED != 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' if: env.DISABLED != 'yes' @@ -339,7 +339,7 @@ jobs: platform: x64 - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/ci-build-macos.yml b/.github/workflows/ci-build-macos.yml index 16967a0..37af095 100644 --- a/.github/workflows/ci-build-macos.yml +++ b/.github/workflows/ci-build-macos.yml @@ -58,7 +58,7 @@ jobs: run: . get_pr.sh - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/ci-build-windows.yml b/.github/workflows/ci-build-windows.yml index c49eb3f..e806897 100644 --- a/.github/workflows/ci-build-windows.yml +++ b/.github/workflows/ci-build-windows.yml @@ -58,7 +58,7 @@ jobs: run: ./get_pr.sh - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' @@ -127,7 +127,7 @@ jobs: run: ./get_pr.sh - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/publish-insider-linux.yml b/.github/workflows/publish-insider-linux.yml index 06df5d0..a8fdfa9 100644 --- a/.github/workflows/publish-insider-linux.yml +++ b/.github/workflows/publish-insider-linux.yml @@ -73,7 +73,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc if: env.SHOULD_BUILD == 'yes' @@ -287,7 +287,7 @@ jobs: if: env.DISABLED != 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' if: env.DISABLED != 'yes' @@ -375,7 +375,7 @@ jobs: platform: x64 - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/publish-insider-macos.yml b/.github/workflows/publish-insider-macos.yml index 9df872c..04eecfa 100644 --- a/.github/workflows/publish-insider-macos.yml +++ b/.github/workflows/publish-insider-macos.yml @@ -41,7 +41,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/publish-insider-spearhead.yml b/.github/workflows/publish-insider-spearhead.yml index fb6c91c..dbe4fb2 100644 --- a/.github/workflows/publish-insider-spearhead.yml +++ b/.github/workflows/publish-insider-spearhead.yml @@ -75,7 +75,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/publish-insider-windows.yml b/.github/workflows/publish-insider-windows.yml index ef5faf8..bd0e1ae 100644 --- a/.github/workflows/publish-insider-windows.yml +++ b/.github/workflows/publish-insider-windows.yml @@ -67,7 +67,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc if: env.SHOULD_BUILD == 'yes' @@ -140,7 +140,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' @@ -188,7 +188,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' && vars.DISABLE_INSIDER_WINDOWS_SIGNING != 'yes' - name: Signing - uses: signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd # v2.2 + uses: signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd # v2 with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} diff --git a/.github/workflows/publish-stable-linux.yml b/.github/workflows/publish-stable-linux.yml index ab18a63..da32513 100644 --- a/.github/workflows/publish-stable-linux.yml +++ b/.github/workflows/publish-stable-linux.yml @@ -74,7 +74,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc if: env.SHOULD_BUILD == 'yes' @@ -288,7 +288,7 @@ jobs: if: env.DISABLED != 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' if: env.DISABLED != 'yes' @@ -376,7 +376,7 @@ jobs: platform: x64 - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/publish-stable-macos.yml b/.github/workflows/publish-stable-macos.yml index 8126cec..3ebf93f 100644 --- a/.github/workflows/publish-stable-macos.yml +++ b/.github/workflows/publish-stable-macos.yml @@ -41,7 +41,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/publish-stable-spearhead.yml b/.github/workflows/publish-stable-spearhead.yml index 792f7db..b98da32 100644 --- a/.github/workflows/publish-stable-spearhead.yml +++ b/.github/workflows/publish-stable-spearhead.yml @@ -75,7 +75,7 @@ jobs: persist-credentials: false - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/publish-stable-windows.yml b/.github/workflows/publish-stable-windows.yml index 971516e..96ccab1 100644 --- a/.github/workflows/publish-stable-windows.yml +++ b/.github/workflows/publish-stable-windows.yml @@ -67,7 +67,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .nvmrc if: env.SHOULD_BUILD == 'yes' @@ -140,7 +140,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Setup Node.js environment - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: '.nvmrc' if: env.SHOULD_BUILD == 'yes' @@ -188,7 +188,7 @@ jobs: if: env.SHOULD_BUILD == 'yes' - name: Signing - uses: signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd # v2.2 + uses: signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd # v2 with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: ${{ secrets.SIGNPATH_ORGANIZATION_ID }} diff --git a/justfile b/justfile index 2d63008..b0cf4a7 100644 --- a/justfile +++ b/justfile @@ -7,4 +7,4 @@ ci-lint-fix: zizmor . --fix=all ci-update: - PINACT_MIN_AGE=7 pinact run + PINACT_MIN_AGE=7 pinact run --update