Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 4254f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 3c626a6 commit 046d57a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
uses: actions/checkout@f095bcc56b7c2baf48f3ac70d6d6782f4f553222

- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
uses: github/codeql-action/init@4254f3a4c1e60ee01afb856baf3137c4716b46f0
with:
languages: ${{ matrix.language }}
source-root: src

- name: Autobuild
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a
uses: github/codeql-action/autobuild@4254f3a4c1e60ee01afb856baf3137c4716b46f0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a
uses: github/codeql-action/analyze@4254f3a4c1e60ee01afb856baf3137c4716b46f0

...

0 comments on commit 046d57a

Please sign in to comment.