Skip to content

Commit

Permalink
Replaced the tag by the hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnie161 committed Jan 24, 2025
1 parent 4829db3 commit 812b38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/lint-security/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ runs:
.semgrep
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@6e4b8622b82fab3c6ad2a7814fad1effc7615bc8 # v3.28.4
if: ${{ always() && !github.event.repository.private && inputs.skip-codeql == 'false' }}
with:
languages: ${{ inputs.languages }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@6e4b8622b82fab3c6ad2a7814fad1effc7615bc8 # v3.28.4
if: ${{ always() && !github.event.repository.private && inputs.skip-codeql == 'false' }}

0 comments on commit 812b38f

Please sign in to comment.