Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gulivero1773 committed Feb 1, 2024
2 parents 83f125c + 8a32cba commit b72b548
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: "CodeQL"

on:
Expand All @@ -9,6 +6,12 @@ on:
pull_request:
branches: [ "main" ]

# Allow one concurrent deployment
concurrency:
group: "scanning"
cancel-in-progress: true


jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit b72b548

Please sign in to comment.