Skip to content

Commit

Permalink
Merge pull request #515 from Synthetixio/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub/codeql-action-2.1.25

chore(deps): Bump github/codeql-action from 2.1.24 to 2.1.25
  • Loading branch information
drptbl authored Sep 22, 2022
2 parents 979c0c5 + b2d6342 commit 83925e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if:
always() && (github.ref == 'refs/heads/master' || github.ref ==
'refs/heads/dev' || github.event_name == 'pull_request')
uses: github/codeql-action/upload-sarif@904260d7d935dff982205cbdb42025ce30b7a34f # pin@codeql-bundle-20210517
uses: github/codeql-action/upload-sarif@86f3159a697a097a813ad9bfa0002412d97690a4 # pin@codeql-bundle-20210517
with:
sarif_file: lint-results.sarif
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f
uses: github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4
with:
queries: security-and-quality
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f
uses: github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4

0 comments on commit 83925e6

Please sign in to comment.