mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 14:21:50 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5a9d84a2f1
commit
4d6dd91e72
2
.github/workflows/zizmor.yml
vendored
2
.github/workflows/zizmor.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Upload SARIF results to code scanning
|
- name: Upload SARIF results to code scanning
|
||||||
if: always()
|
if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: zizmor.sarif
|
sarif_file: zizmor.sarif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user