aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-30 12:05:13 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-01 16:59:23 +0100
commitce6fefbab9b6a902e725534c91ba3aa1025e5957 (patch)
treee9e5945ca27c79e9638f4cd4de23be63877875e0 /.github/workflows/codeql.yml
parent76a30f2bd0f4e5abe906eabcdce092931d712be3 (diff)
downloadrneovim-ce6fefbab9b6a902e725534c91ba3aa1025e5957.tar.gz
rneovim-ce6fefbab9b6a902e725534c91ba3aa1025e5957.tar.bz2
rneovim-ce6fefbab9b6a902e725534c91ba3aa1025e5957.zip
ci: create setup action
This deduplicates common operations.
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 365c3fdf56..033dd5aef4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -20,19 +20,14 @@ jobs:
security-events: write
steps:
- - name: Checkout repository
- uses: actions/checkout@v4
-
- - name: Install dependencies
- run: ./.github/scripts/install_deps.sh
+ - uses: actions/checkout@v4
+ - uses: ./.github/actions/setup
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: cpp
- - uses: ./.github/actions/cache
-
- run: make
- name: Perform CodeQL Analysis