summaryrefslogtreecommitdiff
path: root/.github
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
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')
-rw-r--r--.github/workflows/codeql.yaml4
-rw-r--r--.github/workflows/eslint.yaml2
2 files changed, 3 insertions, 3 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 }}"
diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml
index 2fdb036..f474364 100644
--- a/.github/workflows/eslint.yaml
+++ b/.github/workflows/eslint.yaml
@@ -36,7 +36,7 @@ jobs:
run: pnpm run lint --format @microsoft/eslint-formatter-sarif --output-file /tmp/results.sarif
- name: Upload Results
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: /tmp/results.sarif
wait-for-processing: true