Skip to content

Commit

Permalink
[Dependencies] - Update .github/actions/sarif/action.yml to match the…
Browse files Browse the repository at this point in the history
… template repo
  • Loading branch information
credfeto committed Oct 26, 2023
1 parent 9bbe565 commit 385a40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sarif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
echo "Hash: ${{ hashfiles('**/*.sarif') }}"
echo "SARIF_HASH=${{ hashfiles('**/*.sarif') }}" >> $GITHUB_ENV
# - if: ${{inputs.REPO_VISIBILITY == 'public' && env.SARIF_HASH != ''}}
# - if: inputs.REPO_VISIBILITY == 'public' && env.SARIF_HASH != ''
# name: "Upload SARIF file for diagnostics"
# id: sarif
# uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 385a40e

Please sign in to comment.