mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-15 20:03:28 +00:00
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Failing after 2s
Continuous Integration / TypeScript Tests (push) Failing after 1s
Continuous Integration / Test attest-provenance action (push) Failing after 2s
Lint Codebase / Lint Codebase (push) Failing after 2s
CodeQL / Analyze (TypeScript) (push) Failing after 17s
Public-Good Sigstore Prober / prober (push) Failing after 2s
GitHub Sigstore Prober / prober (push) Failing after 1s
* Bump the npm-development group across 1 directory with 7 updates Bumps the npm-development group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.27.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.0` | `22.15.19` | | [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.27.0` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.44.0` | `0.45.0` | | [nock](https://github.com/nock/nock) | `14.0.3` | `14.0.4` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.3.1` | `29.3.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.0` | `8.32.1` | Updates `@eslint/js` from 9.24.0 to 9.27.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.27.0/packages/js) Updates `@types/node` from 22.14.0 to 22.15.19 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.24.0 to 9.27.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.24.0...v9.27.0) Updates `markdownlint-cli` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0) Updates `nock` from 14.0.3 to 14.0.4 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v14.0.3...v14.0.4) Updates `ts-jest` from 29.3.1 to 29.3.4 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.4) Updates `typescript-eslint` from 8.29.0 to 8.32.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@types/node" dependency-version: 22.15.19 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: eslint dependency-version: 9.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: markdownlint-cli dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: nock dependency-version: 14.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: ts-jest dependency-version: 29.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript-eslint dependency-version: 8.32.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com> * rebuild dist Signed-off-by: Brian DeHamer <bdehamer@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Brian DeHamer <bdehamer@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer <bdehamer@github.com>
94 lines
2.3 KiB
JSON
94 lines
2.3 KiB
JSON
{
|
|
"name": "actions/attest-build-provenance",
|
|
"description": "Generate signed build provenance attestations",
|
|
"version": "1.1.5",
|
|
"author": "",
|
|
"private": true,
|
|
"homepage": "https://github.com/actions/attest-build-provenance",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/attest-build-provenance.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/actions/attest-build-provenance/issues"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"attestation",
|
|
"provenance"
|
|
],
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"bundle": "npm run format:write && npm run package",
|
|
"ci-test": "jest",
|
|
"format:write": "prettier --write **/*.ts",
|
|
"format:check": "prettier --check **/*.ts",
|
|
"lint:eslint": "npx eslint . -c ./.github/linters/eslint.config.mjs",
|
|
"lint:markdown": "npx markdownlint --config .github/linters/.markdown-lint.yml \"*.md\"",
|
|
"lint": "npm run lint:eslint && npm run lint:markdown",
|
|
"package": "ncc build src/index.ts --license licenses.txt",
|
|
"package:watch": "npm run package -- --watch",
|
|
"test": "jest",
|
|
"all": "npm run format:write && npm run lint && npm run test && npm run package"
|
|
},
|
|
"license": "MIT",
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"verbose": true,
|
|
"clearMocks": true,
|
|
"testEnvironment": "node",
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"ts"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"./jest.setup.js"
|
|
],
|
|
"testMatch": [
|
|
"**/*.test.ts"
|
|
],
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"/dist/"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts$": "ts-jest"
|
|
},
|
|
"coverageReporters": [
|
|
"json-summary",
|
|
"text",
|
|
"lcov"
|
|
],
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"./src/**"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@actions/attest": "^1.6.0",
|
|
"@actions/core": "^1.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.27.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.15.19",
|
|
"@vercel/ncc": "^0.38.3",
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jest": "^28.11.0",
|
|
"jest": "^29.7.0",
|
|
"jose": "^5.9.6",
|
|
"markdownlint-cli": "^0.45.0",
|
|
"nock": "^14.0.4",
|
|
"prettier": "^3.5.3",
|
|
"ts-jest": "^29.3.4",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.32.1"
|
|
}
|
|
}
|