Skip to content

Commit

Permalink
ci(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 60910de commit 55d0521
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@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
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@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
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@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 55d0521

Please sign in to comment.