Skip to content

Commit 767d820

Browse files
committed
Update sonarqube-public-repo.yml
1 parent bd7a69c commit 767d820

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/sonarqube-public-repo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ jobs:
107107
uses: chef/common-github-actions/.github/actions/update-firewall-rule@main
108108
with:
109109
action-to-execute: add
110+
111+
- name: wait
112+
shell: bash
113+
run: |
114+
echo "##[warning]Waiting for 30 seconds to allow the firewall rule to take effect"
115+
sleep 30
110116
111117
- name: SonarQube Scan
112118
if: ${{ inputs.visibility == 'public' }}

0 commit comments

Comments
 (0)