Skip to content

Commit

Permalink
Merge pull request #131 from carloslack/codeql
Browse files Browse the repository at this point in the history
Add PAT key change
  • Loading branch information
djolertrk authored Oct 31, 2024
2 parents f32c259 + 4bc72f0 commit 16cdef7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ jobs:
language: [ cpp ]

steps:
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive

- name: Update Submodules
run: |
git submodule update --init --recursive
submodules: true
token: ${{ secrets.GH_KOVID_TEST_TOKEN }}

- name: Install Packages
run: |
Expand Down

0 comments on commit 16cdef7

Please sign in to comment.