Skip to content

Commit

Permalink
update runs-on to be ip-range-controlled as adopted by other projects…
Browse files Browse the repository at this point in the history
… using github workflow

Signed-off-by: Vasu1105 <[email protected]>
  • Loading branch information
Vasu1105 committed Jan 9, 2024
1 parent 73193ab commit 32d25e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: ip-range-controlled
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 32d25e4

Please sign in to comment.