We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dfd99 commit 32ddd29Copy full SHA for 32ddd29
.github/workflows/action_scanning.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
GH_REPO_OWNER: ${{ github.repository_owner }}
36
with:
37
- repository: '${{ env.GH_REPO_OWNER }}/github-team'
+ repository: 'https://github.com/google/github-team'
38
path: action_scanning
39
40
- name: Run Actions semgrep scan
@@ -50,4 +50,4 @@ jobs:
50
uses: github/codeql-action/upload-sarif@v3
51
52
sarif_file: semgrep-results-actions.sarif
53
- if: always()
+ if: always()
0 commit comments