Skip to content

[Snyk] Security upgrade elysia from 0.8.17 to 1.1.24 #45

[Snyk] Security upgrade elysia from 0.8.17 to 1.1.24

[Snyk] Security upgrade elysia from 0.8.17 to 1.1.24 #45

Workflow file for this run

---
name: ci
on:
pull_request_target:
push:
branches:
- main
jobs:
test:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.0.30
- run: bun install
- run: bun lint
- run: bun run build
- run: bun test:coverage
- name: Publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
reports/lcov.info:lcov
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}