Skip to content

Commit

Permalink
Merge branches 'main' and 'main' of github.com:iron-security/website
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Aug 24, 2022
2 parents 99bcf69 + 265d05f commit e48953d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
fetch-depth: 2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: javascript

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit e48953d

Please sign in to comment.