Skip to content

Commit 07e74fc

Browse files
authored
perpare v4 release (#253)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent b74e951 commit 07e74fc

24 files changed

+22
-38634
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,3 @@ updates:
1111
- patch
1212
ignore:
1313
- dependency-name: 'actions/attest-sbom'
14-
15-
- package-ecosystem: npm
16-
directory: /
17-
schedule:
18-
interval: weekly
19-
groups:
20-
npm-development:
21-
dependency-type: development
22-
update-types:
23-
- minor
24-
- patch
25-
npm-production:
26-
dependency-type: production
27-
update-types:
28-
- patch

.github/workflows/check-dist.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,6 @@ on:
1212
permissions: {}
1313

1414
jobs:
15-
test-typescript:
16-
name: TypeScript Tests
17-
runs-on: ubuntu-latest
18-
permissions:
19-
contents: read
20-
21-
steps:
22-
- name: Checkout
23-
id: checkout
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25-
26-
- name: Setup Node.js
27-
id: setup-node
28-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
29-
with:
30-
node-version-file: .node-version
31-
cache: npm
32-
33-
- name: Install Dependencies
34-
id: npm-ci
35-
run: npm ci
36-
37-
- name: Check Format
38-
id: npm-format-check
39-
run: npm run format:check
40-
41-
- name: Lint
42-
id: npm-lint
43-
run: npm run lint
44-
45-
- name: Test
46-
id: npm-ci-test
47-
run: npm run ci-test
48-
4915
test-attest-sbom:
5016
name: Test attest-sbom action with local sbom file
5117
runs-on: ubuntu-latest

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.prettierrc.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)