Skip to content

Commit

Permalink
Add missing always() condition
Browse files Browse the repository at this point in the history
  • Loading branch information
meriouma authored Dec 29, 2022
1 parent 026a90f commit 25f298f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
if: always()
with:
sarif_file: ${{ inputs.working-directory }}/build/quality/hadolint.sarif
category: hadolint

0 comments on commit 25f298f

Please sign in to comment.