File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
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
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 : .
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments