Runners Update for ROCProfiler SDK (#182)

This commit is contained in:
Ammar ELWazir
2025-08-07 16:43:38 -05:00
committed by GitHub
parent d1d756a95f
commit 7b8e1aff89
9 changed files with 25 additions and 9 deletions
+5 -3
View File
@@ -2,6 +2,8 @@ name: "AqlProfile CodeQL Advanced"
on:
push:
branches:
- develop
paths:
- 'projects/aqlprofile/**'
pull_request:
@@ -44,7 +46,7 @@ jobs:
build-mode: none
- language: actions
build-mode: none
steps:
- name: Install OS requirements
timeout-minutes: 10
@@ -55,14 +57,14 @@ jobs:
sudo apt-add-repository ppa:git-core/ppa
sudo apt-get update
sudo apt install -y git
- name: Checkout repository
uses: actions/checkout@v4
with:
sparse-checkout: |
projects/aqlprofile
.github/workflows/aqlprofile-code-ql.yml
- name: Configure Git Safe Directory
shell: bash
run: |