aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-08-21 09:52:02 +0800
committerGitHub <noreply@github.com>2025-08-21 09:52:02 +0800
commit457e7557d50d16911ca0d9f54e758e30ad1ffbd7 (patch)
treeb384af2daa49153f73dcbfc4a5ef66f0a78b68e9 /.github/workflows/codeql.yml
parentd32ae9310d187ef586531096d4e7f6e84b9bf96b (diff)
parent0775cd0a6e7949c45e0dc5f323608aeff96ea6ba (diff)
downloadinfini-457e7557d50d16911ca0d9f54e758e30ad1ffbd7.tar.gz
infini-457e7557d50d16911ca0d9f54e758e30ad1ffbd7.zip
Merge pull request #66 from HydroRoll-Team/dependabot/github_actions/actions/checkout-5
chore(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 42857d3c..a3ba39ee 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -37,7 +37,7 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3