Skip to content

chore(deps): bump github.com/ethereum/go-ethereum from 1.13.11 to 1.13.15 in the go_modules group #331

chore(deps): bump github.com/ethereum/go-ethereum from 1.13.11 to 1.13.15 in the go_modules group

chore(deps): bump github.com/ethereum/go-ethereum from 1.13.11 to 1.13.15 in the go_modules group #331

Workflow file for this run

name: Security Build
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
sonarqube:
# Do not run SonarQube job on Dependabot's PRs.
if: ${{ github.event.commits[0].author.name != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting.
fetch-depth: 0
# Triggering SonarQube analysis as results of it are required by Quality Gate check.
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# Check the Quality Gate status.
- name: SonarQube Quality Gate check
id: sonarqube-quality-gate-check
uses: sonarsource/sonarqube-quality-gate-action@master
# Force to fail step after specific time.
timeout-minutes: 5
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}