Skip to content

Commit

Permalink
ci/codeql: Fix inconsistent indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jan 19, 2024
1 parent 906a3dc commit ab7b3e2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
name: "CodeQL"

on:
push:
branches:
- master
pull_request:
branches:
- master
push:
branches:
- master
pull_request:
branches:
- master

jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ruby
config: |
paths-ignore:
- Library/Homebrew/vendor
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ruby
config: |
paths-ignore:
- Library/Homebrew/vendor
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit ab7b3e2

Please sign in to comment.