Skip to content

Commit 06baf17

Browse files
committed
ci: use reuseable ci 2.6.0
Signed-off-by: Josef Andersson <josef.andersson@digg.se>
1 parent 6616e30 commit 06baf17

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
contents: read
2121
security-events: write
2222
id-token: write
23-
uses: diggsweden/reusable-ci/.github/workflows/security-openssf-scorecard.yml@e29145e720cef0b86ef147c72c2d001b5ac6c8b9 # v2.4.2
23+
uses: diggsweden/reusable-ci/.github/workflows/security-openssf-scorecard.yml@e1e1387d5b0399bb5edb00e40485746772344176 # v2.6.0
2424
with:
2525
publish-results: true

.github/workflows/pullrequest-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ permissions:
1717

1818
jobs:
1919
pr-checks:
20-
uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@e29145e720cef0b86ef147c72c2d001b5ac6c8b9 # v2.4.2
20+
uses: diggsweden/reusable-ci/.github/workflows/pullrequest-orchestrator.yml@e1e1387d5b0399bb5edb00e40485746772344176 # v2.6.0
2121
secrets: inherit # Pass org-level secrets (NPM token if private packages)
2222
permissions:
2323
contents: read # Clone repository and read source code
2424
packages: read # Access private NPM packages from GitHub registry
2525
security-events: write # Upload ESLint/security findings to GitHub Security tab
2626
with:
2727
project-type: npm
28-
# Use just+mise linting (replaces megalint, commitlint, licenselint)
29-
linters.justmiselint: true
28+
# Use devbase-check linting (replaces megalint, commitlint, licenselint)
29+
linters.devbasecheck: true
3030
linters.megalint: false
3131
linters.commitlint: false
3232
linters.licenselint: false

.github/workflows/release-dev-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: read # Read code for building
2626
packages: write # Push dev images to ghcr.io
27-
uses: diggsweden/reusable-ci/.github/workflows/release-dev-orchestrator.yml@e29145e720cef0b86ef147c72c2d001b5ac6c8b9 # v2.4.2
27+
uses: diggsweden/reusable-ci/.github/workflows/release-dev-orchestrator.yml@e1e1387d5b0399bb5edb00e40485746772344176 # v2.6.0
2828
with:
2929
project-type: npm
3030
secrets: inherit

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
security-events: write # Upload container vulnerability scan results
3535
attestations: write # Attach SBOM attestation to container images
3636
issues: write # Close issues and add release comments
37-
uses: diggsweden/reusable-ci/.github/workflows/release-orchestrator.yml@e29145e720cef0b86ef147c72c2d001b5ac6c8b9 # v2.4.2
37+
uses: diggsweden/reusable-ci/.github/workflows/release-orchestrator.yml@e1e1387d5b0399bb5edb00e40485746772344176 # v2.6.0
3838
with:
3939
artifacts-config: .github/artifacts.yml
4040
file-pattern: "CHANGELOG.md package.json package-lock.json"

0 commit comments

Comments
 (0)