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 37
37
with :
38
38
path : codeql
39
39
repository : github/codeql
40
- token : ${{ secrets.GHSECURITYLAB_TOKEN }}
40
+ token : ${{ secrets.GITHUB_TOKEN }}
41
41
fetch-depth : 0
42
42
43
43
- name : Checkout github/codeql-community-packs
95
95
- name : Check and publish hotspots lib packs
96
96
working-directory : codeql-patched
97
97
env :
98
- GITHUB_TOKEN : ${{ secrets.GHCR_TOKEN }}
98
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99
99
run : |
100
100
PUBLISHED_VERSION=$(gh api /orgs/githubsecuritylab/packages/container/hotspots-${{ matrix.language }}-all/versions --jq '.[0].metadata.container.tags[0]')
101
101
CURRENT_VERSION=$(grep version ${{ matrix.language }}/ql/lib/qlpack.yml | awk '{print $2}')
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Check and publish hotspots src packs
111
111
working-directory : codeql-patched
112
112
env :
113
- GITHUB_TOKEN : ${{ secrets.GHCR_TOKEN }}
113
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
114
114
run : |
115
115
PUBLISHED_VERSION=$(gh api /orgs/githubsecuritylab/packages/container/hotspots-${{ matrix.language }}-queries/versions --jq '.[0].metadata.container.tags[0]')
116
116
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