Skip to content

Commit

Permalink
update codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
gopi2401 committed Sep 23, 2024
1 parent 57462de commit 6089dd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
name: Analyze Dart Code
runs-on: ubuntu-latest

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

# Set up Flutter with a specific version
# Set up Flutter with a specific version
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'

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

# Install dependencies
- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 6089dd2

Please sign in to comment.