File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 with :
3838 path : codeql
3939 repository : github/codeql
40- token : ${{ secrets.GHSECURITYLAB_TOKEN }}
40+ token : ${{ secrets.GITHUB_TOKEN }}
4141 fetch-depth : 0
4242
4343 - name : Checkout github/codeql-community-packs
9595 - name : Check and publish hotspots lib packs
9696 working-directory : codeql-patched
9797 env :
98- GITHUB_TOKEN : ${{ secrets.GHCR_TOKEN }}
98+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9999 run : |
100100 PUBLISHED_VERSION=$(gh api /orgs/githubsecuritylab/packages/container/hotspots-${{ matrix.language }}-all/versions --jq '.[0].metadata.container.tags[0]')
101101 CURRENT_VERSION=$(grep version ${{ matrix.language }}/ql/lib/qlpack.yml | awk '{print $2}')
@@ -110,7 +110,7 @@ jobs:
110110 - name : Check and publish hotspots src packs
111111 working-directory : codeql-patched
112112 env :
113- GITHUB_TOKEN : ${{ secrets.GHCR_TOKEN }}
113+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
114114 run : |
115115 PUBLISHED_VERSION=$(gh api /orgs/githubsecuritylab/packages/container/hotspots-${{ matrix.language }}-queries/versions --jq '.[0].metadata.container.tags[0]')
116116 CURRENT_VERSION=$(grep version ${{ matrix.language }}/ql/src/qlpack.yml | awk '{print $2}')
You can’t perform that action at this time.
0 commit comments