Skip to content

Commit 32ddd29

Browse files
authored
Fix checkout to hard-code repo location.
1 parent 21dfd99 commit 32ddd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action_scanning.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
GH_REPO_OWNER: ${{ github.repository_owner }}
3636
with:
37-
repository: '${{ env.GH_REPO_OWNER }}/github-team'
37+
repository: 'https://github.com/google/github-team'
3838
path: action_scanning
3939

4040
- name: Run Actions semgrep scan
@@ -50,4 +50,4 @@ jobs:
5050
uses: github/codeql-action/upload-sarif@v3
5151
with:
5252
sarif_file: semgrep-results-actions.sarif
53-
if: always()
53+
if: always()

0 commit comments

Comments
 (0)