summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-10-07 01:22:14 +0800
committerGitHub <noreply@github.com>2023-10-07 01:22:14 +0800
commit1e07e06b73e15574a4ad2fa70bde961a6de48e5b (patch)
tree291ca71acc678da29a0f121628b5eff39ed7e269 /.github/workflows/codeql.yml
parent6a63a90d8e5831e97b02cec4b67a6fb72285a2bb (diff)
parent5226f7585809f3854ac5941f30fbe4eb8b24a360 (diff)
downloadinfini-1e07e06b73e15574a4ad2fa70bde961a6de48e5b.tar.gz
infini-1e07e06b73e15574a4ad2fa70bde961a6de48e5b.zip
Merge pull request #15 from HydroRoll-Team/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
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 c756eec0..30b13f7f 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL