Skip to content

Commit

Permalink
ci: use correct reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 8, 2024
1 parent 15ecb75 commit 0a52514
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ permissions:

jobs:
analyze:
uses: voxpelli/ghatemplates/.github/workflows/codeql-analysis.yml@main
uses: yikesable/workflows/.github/workflows/codeql-analysis.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ permissions:

jobs:
dependency-review:
uses: voxpelli/ghatemplates/.github/workflows/dependency-review.yml@main
uses: yikesable/workflows/.github/workflows/dependency-review.yml@main

2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ permissions:

jobs:
lint:
uses: voxpelli/ghatemplates/.github/workflows/lint.yml@main
uses: yikesable/workflows/.github/workflows/lint.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
test:
uses: voxpelli/ghatemplates/.github/workflows/test.yml@main
uses: yikesable/workflows/.github/workflows/test.yml@main
with:
node-versions: '18,20,21'
os: 'ubuntu-latest'
2 changes: 1 addition & 1 deletion .github/workflows/ts-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
type-check:
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
uses: yikesable/workflows/.github/workflows/type-check.yml@main
with:
ts-versions: ${{ github.event.schedule && 'next' || '5.5,next' }}
ts-libs: 'es2022;esnext'

0 comments on commit 0a52514

Please sign in to comment.