Skip to content

Commit

Permalink
feat(ci): Update get published version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Jan 11, 2024
1 parent 99b77fd commit dbdf85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}
run: |
PUBLISHED_VERSION=$(gh api /orgs/githubsecuritylab/packages/container/codeql-${{ matrix.language }}-queries/versions --jq '.[0].metadata.container.tags[0]')
PUBLISHED_VERSION=$(gh api /user/packages/container/codeql-python/versions --jq '.[0].metadata.container.tags[0]')
CURRENT_VERSION=$(grep version ${{ matrix.language }}/qlpack.yml | awk '{print $2}')
echo "Published verion: $PUBLISHED_VERSION"
Expand Down

0 comments on commit dbdf85d

Please sign in to comment.