Skip to content

Commit

Permalink
Merge pull request #2385 from serenity-js/renovate/github-actions
Browse files Browse the repository at this point in the history
chore(deps): update github/codeql-action digest to 9fdb3e4
  • Loading branch information
jan-molak committed May 21, 2024
2 parents 6bb08ce + 6f9ec82 commit 7069ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
Expand All @@ -54,6 +54,6 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 7069ae7

Please sign in to comment.