Skip to content

Commit

Permalink
codeql use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 3, 2025
1 parent 58a8c78 commit 5fd8ac1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,18 @@ jobs:
repository: HicServices/RDMP
ref: develop
path: RDMP

- name: Get version
id: version
shell: cmd
run: |
perl getversions.pl
perl getversions.pl >> %GITHUB_OUTPUT%
- name: Fetch RDMP latest tag
run: |
cd RDMP
git fetch --unshallow --tags
git checkout v${{steps.version.outputs.rdmpversion}}
cd ..
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 5fd8ac1

Please sign in to comment.