this is my work flow file, when i execute this, am getting the below error. I dont find where to give GraphQL access. I have pretty much given all access to my token. Please suggest
Error: Personal access tokens with fine grained access do not support the GraphQL API
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: /language:${{matrix.language}}
- name: Generate Security Report
uses: peter-murray/github-security-report-action@v2
with:
token: ${{ secrets.SECURITY_TOKEN }}
outputDir: ${{ github.workspace }}/security-report