Skip to content

chore: update @ethereumjs/tx #34

chore: update @ethereumjs/tx

chore: update @ethereumjs/tx #34

Workflow file for this run

on:
# Trigger analysis when pushing to your main branches, and when creating a pull request
push:
branches:
- develop
pull_request:
types: [opened, synchronize, reopened]
name: SonarCloud
jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarcloud-github-action@v4.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}