Skip to content

Commit

Permalink
Changed the codeql-action hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnie161 committed Jan 27, 2025
1 parent 812b38f commit 5c2eb15
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@6e4b8622b82fab3c6ad2a7814fad1effc7615bc8 # v3.28.4
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # 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@6e4b8622b82fab3c6ad2a7814fad1effc7615bc8 # v3.28.4
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
if: ${{ always() && !github.event.repository.private && inputs.skip-codeql == 'false' }}

0 comments on commit 5c2eb15

Please sign in to comment.