summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-08-12 08:44:36 -0400
committerGitHub <noreply@github.com>2025-08-12 08:44:36 -0400
commit7f977c51437a79cb117dafd5739a739e4fdc4040 (patch)
tree10647abf2ef28cf81757c3a4ff157e530e91ee45 /.github/workflows/codeql.yml
parentd2ec74c8893e47005404065007ba7ad376aab20c (diff)
parent243aba0159579ac3f6f5596f6dfbaee3c7c0818d (diff)
downloadbfs-7f977c51437a79cb117dafd5739a739e4fdc4040.tar.xz
Merge pull request #160 from tavianator/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 1f2041c..2b4c80b 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Install dependencies
run: |