Skip to content

Commit

Permalink
Add language to analyze job name
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Sep 26, 2024
1 parent df9d65a commit 7acea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
analyze:
name: Perform CodeQL
name: Perform CodeQL for ${{ inputs.language }}
runs-on: ${{ (inputs.language == 'swift' && 'macos-latest') || 'ubuntu-22.04' }}
timeout-minutes: 30

Expand Down

0 comments on commit 7acea27

Please sign in to comment.