Skip to content

Commit

Permalink
ci(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 29, 2024
1 parent 55d0521 commit 2083372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -120,6 +120,6 @@ jobs:
run: dotnet publish -c Release -o android-release -f net8.0-android CurrentTimeApp.MauiBlazor/CurrentTimeApp.MauiBlazor.csproj

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628
with:
category: "/language:${{matrix.language}}"

0 comments on commit 2083372

Please sign in to comment.