summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 18:33:19 +0000
committerseth <[email protected]>2023-12-18 20:52:43 -0500
commit696308555762306fe358777174ceac1ee745c1a8 (patch)
tree969d684dc72bd85b265b3c8cc7347f667bf81515 /.github/workflows/codeql.yaml
parent73b695ef34250aae152cb1d4f917b44cfb55a073 (diff)
chore(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/codeql.yaml')
-rw-r--r--.github/workflows/codeql.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index fb58456..c8dfaf4 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -20,11 +20,11 @@ jobs:
- uses: actions/checkout@v4
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: ${{ env.LANGUAGE }}
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ env.LANGUAGE }}"