Module: kamailio Branch: master Commit: 192d12333b78b0fc129c893f5fef0269fbf44b4e URL: https://github.com/kamailio/kamailio/commit/192d12333b78b0fc129c893f5fef0269...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2024-12-13T11:43:26+01:00
github: codeql fix nightly check route [skip ci]
---
Modified: .github/workflows/codeql.yml
---
Diff: https://github.com/kamailio/kamailio/commit/192d12333b78b0fc129c893f5fef0269... Patch: https://github.com/kamailio/kamailio/commit/192d12333b78b0fc129c893f5fef0269...
---
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3fe6ef06cfa..9180eb83d2d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: - uses: octokit/request-action@v2.x id: check_last_run with: - route: GET /repos/{owner}/{repo}/actions/workflows/alpine.yml/runs?per_page=1&status=completed + route: GET /repos/{owner}/{repo}/actions/workflows/codeql.yml/runs?per_page=1&status=completed owner: ${{ github.repository_owner }} repo: kamailio env: