mirror of
https://github.com/actions/cache.git
synced 2026-03-10 17:34:32 +00:00
Merge pull request #1634 from actions/Link-/optimise-deps
Upgrade `@actions/cache` to `4.0.4` and move `@protobuf-ts/plugin` to dev depdencies
This commit is contained in:
commit
358a7306cd
31
.github/workflows/licensed.yml
vendored
31
.github/workflows/licensed.yml
vendored
@ -10,6 +10,31 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-licensed:
|
||||
name: Licensed
|
||||
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
||||
validate-cached-dependency-records:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.1.7'
|
||||
|
||||
- name: Install licensed tool
|
||||
run: |
|
||||
cd "$RUNNER_TEMP"
|
||||
curl -Lfs -o licensed.tar.gz https://github.com/licensee/licensed/archive/refs/tags/v5.0.4.tar.gz
|
||||
tar -xzf licensed.tar.gz
|
||||
cd licensed-5.0.4
|
||||
bundle install
|
||||
|
||||
- name: Check cached dependency records
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
BUNDLE_GEMFILE=$RUNNER_TEMP/licensed-5.0.4/Gemfile bundle exec $RUNNER_TEMP/licensed-5.0.4/exe/licensed status
|
||||
@ -1,6 +1,14 @@
|
||||
sources:
|
||||
npm: true
|
||||
|
||||
# Force UTF-8 encoding
|
||||
encoding: 'utf-8'
|
||||
|
||||
# Ignore problematic packages with encoding issues
|
||||
ignored:
|
||||
npm:
|
||||
- form-data
|
||||
|
||||
allowed:
|
||||
- apache-2.0
|
||||
- bsd-2-clause
|
||||
|
||||
BIN
.licenses/NOTICE
BIN
.licenses/NOTICE
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/dunder-proto.dep.yml
Normal file
BIN
.licenses/npm/dunder-proto.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-define-property.dep.yml
Normal file
BIN
.licenses/npm/es-define-property.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-errors.dep.yml
Normal file
BIN
.licenses/npm/es-errors.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-object-atoms.dep.yml
Normal file
BIN
.licenses/npm/es-object-atoms.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/es-set-tostringtag.dep.yml
Normal file
BIN
.licenses/npm/es-set-tostringtag.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/get-intrinsic.dep.yml
Normal file
BIN
.licenses/npm/get-intrinsic.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/get-proto.dep.yml
Normal file
BIN
.licenses/npm/get-proto.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/gopd.dep.yml
Normal file
BIN
.licenses/npm/gopd.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/has-symbols.dep.yml
Normal file
BIN
.licenses/npm/has-symbols.dep.yml
Normal file
Binary file not shown.
BIN
.licenses/npm/has-tostringtag.dep.yml
Normal file
BIN
.licenses/npm/has-tostringtag.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.licenses/npm/math-intrinsics.dep.yml
Normal file
BIN
.licenses/npm/math-intrinsics.dep.yml
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1468
dist/restore-only/index.js
vendored
1468
dist/restore-only/index.js
vendored
File diff suppressed because one or more lines are too long
1468
dist/restore/index.js
vendored
1468
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
1468
dist/save-only/index.js
vendored
1468
dist/save-only/index.js
vendored
File diff suppressed because one or more lines are too long
1468
dist/save/index.js
vendored
1468
dist/save/index.js
vendored
File diff suppressed because one or more lines are too long
1099
package-lock.json
generated
1099
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.3",
|
||||
"@actions/cache": "^4.0.4",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/io": "^1.1.3"
|
||||
@ -32,6 +32,7 @@
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/nock": "^11.1.0",
|
||||
"@types/node": "^16.18.3",
|
||||
"@protobuf-ts/plugin": "^2.9.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"@vercel/ncc": "^0.38.3",
|
||||
@ -48,4 +49,4 @@
|
||||
"ts-jest": "^28.0.8",
|
||||
"typescript": "^4.9.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user