Update SonarQube workflow with miscellaneous actions
All checks were successful
Sonar / SonarQube (push) Successful in 51s

This commit is contained in:
Liviu Burcusel 2025-12-08 11:39:26 +01:00
parent 4668967ac3
commit 9b891ae66a
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -15,6 +15,13 @@ jobs:
name: SonarQube
runs-on: ubuntu-latest
steps:
- name: Misc actions
run: |
echo "This is a placeholder for miscellaneous actions."
uname -a
id
whoami
- uses: actions/checkout@v4
with:
fetch-depth: 0