Skip to content

Commit

Permalink
Merge pull request #2327 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 c7f9125
  • Loading branch information
jan-molak committed Apr 17, 2024
2 parents d88382f + 292286a commit d9f45b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # 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@df5a14dc28094dc936e103b37d749c6628682b60 # v3
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit d9f45b8

Please sign in to comment.