Skip to content

Commit

Permalink
Merge pull request #170 from cake-contrib/renovate/github-codeql-acti…
Browse files Browse the repository at this point in the history
…on-3.x

Update github/codeql-action action to v3
  • Loading branch information
nils-a authored Dec 13, 2023
2 parents 6f19fbc + ecfadca commit b3a9747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

- name: Initialize CodeQL
uses: github/codeql-action/init@305f6546310b9203e892c28c1484e82977f4f63d # v2
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3
with:
languages: ${{ matrix.language }}

Expand All @@ -53,4 +53,4 @@ jobs:
cake-version: 1.3.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@305f6546310b9203e892c28c1484e82977f4f63d # v2
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3

0 comments on commit b3a9747

Please sign in to comment.