Skip to content

Commit 7b8905e

Browse files
deps: update actions/setup-node digest to 48b55a0 (#11)
* deps: update actions/setup-node digest to 48b55a0 * pin action by exact tag --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
1 parent 6c200ad commit 7b8905e

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
16+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1717
with:
1818
node-version: 24
1919
cache: npm

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
package:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212

1313
- name: Verify version matches branch
1414
env:
@@ -20,7 +20,7 @@ jobs:
2020
echo "package.json version ($PKG_VERSION) does not match branch tag ($TAG)"; exit 1;
2121
fi
2222
23-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
23+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2424
with:
2525
node-version: 24
2626
cache: npm
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run package
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
38+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3939
with:
4040
name: privatemode-vscode-vsix
4141
path: privatemode-vscode.vsix
@@ -44,14 +44,14 @@ jobs:
4444
runs-on: ubuntu-latest
4545
needs: [package]
4646
steps:
47-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848

49-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
49+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5050
with:
5151
node-version: 24
5252
cache: npm
5353

54-
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
54+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5555
with:
5656
name: privatemode-vscode-vsix
5757
path: .
@@ -65,7 +65,7 @@ jobs:
6565
permissions:
6666
contents: write
6767
steps:
68-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
68+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969
with:
7070
ref: main
7171

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414

1515
- name: Setup Node.js
16-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
16+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1717
with:
1818
node-version: 24
1919
cache: npm

0 commit comments

Comments
 (0)