Skip to content

Commit

Permalink
fix: update github/codeql-action action to v3.27.4 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Nov 14, 2024
1 parent 258e218 commit 0820afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/security/codeql/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runs:
using: composite
steps:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.27.3
uses: github/codeql-action/init@v3.27.4
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.27.3
uses: github/codeql-action/analyze@v3.27.4

0 comments on commit 0820afd

Please sign in to comment.