advanced-security-compliance
                                
                                
                                
                                    advanced-security-compliance copied to clipboard
                            
                            
                            
                        Unknown Exception was hit, Error: Query failed to run
Describe the bug Running this action on our workflow we get an error we can't understand.
To Reproduce Steps to reproduce the behavior:
- Add action "build-and-test.yaml" to workflow
 - With the following code:
"
advancesecurityComplience:
runs-on: ubuntu-latest
name: Advanced Security Complience
steps:
- name: Advance Security Compliance Action uses: GeekMasher/[email protected] "
 
 - See error
 
Dependabot Results Error: {"data": {"repository": {"vulnerabilityAlerts": null}}, "errors": [{"type": "FORBIDDEN", "path": ["repository", "vulnerabilityAlerts"], "extensions": {"saml_failure": false}, "locations": [{"line": 3, "column": 9}], "message": "Resource not accessible by integration"}]} Error: Unknown Exception was hit, please repo this to https://github.com/GeekMasher/advanced-security-Compliance Error: Query failed to run
Expected behavior Dependabot to block the PR if finds a critical or high risk vulnerability.