Skip to content

Commit

Permalink
Merge branch 'main' into main-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Dec 7, 2023
2 parents c293e49 + a426207 commit ba929ca
Show file tree
Hide file tree
Showing 157 changed files with 9,738 additions and 6,617 deletions.
13 changes: 5 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Check out Labeler at: https://github.com/actions/labeler

benchmark:
- bench/**

ci/cd:
- .github/workflows/*
- .github/codecov.yml
- .github/dependabot.yml
- .github/labeler.yml

dependencies:
- .tool-versions
- .nvmrc
- .tool-versions
- package-lock.json

documentation:
Expand All @@ -25,24 +22,24 @@ meta:
- .github/ISSUE_TEMPLATE/*
- .github/dependabot.yml
- .github/labeler.yml
- config/**
- .editorconfig
- .eslintrc.yml
- .gitattributes
- .gitignore
- .knip.jsonc
- .licensee.json
- .markdownlint.yml
- .npmrc
- .shellcheckrc

test:
- config/c8/**
- config/stryker/**
- test/breakage/**
- test/compat/**
- test/e2e/**
- test/fixtures/**
- test/integration/**
- test/unit/**
- test/*
- stryker.*.config.js

security:
- .github/codeql.yml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/audit-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
pull_request:
paths:
- .github/workflows/audit-dev.yml
- .nsprc
- package-lock.json
push:
branches:
- main
- main-v1
schedule:
- cron: "0 3 * * *"
workflow_dispatch: ~
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
Expand All @@ -35,9 +35,9 @@ jobs:
objects.githubusercontent.com:443
registry.npmjs.org:443
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Install Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
cache: npm
node-version-file: .nvmrc
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/audit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
permissions: read-all

jobs:
v1:
name: v1
v2:
name: v2
runs-on: ubuntu-22.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
disable-sudo: true
egress-policy: block
Expand All @@ -27,11 +27,11 @@ jobs:
objects.githubusercontent.com:443
registry.npmjs.org:443
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
ref: v1
ref: v2
- name: Install Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
cache: npm
node-version-file: .nvmrc
Expand Down
Loading

0 comments on commit ba929ca

Please sign in to comment.