diff options
| author | 2025-08-21 09:52:02 +0800 | |
|---|---|---|
| committer | 2025-08-21 09:52:02 +0800 | |
| commit | 457e7557d50d16911ca0d9f54e758e30ad1ffbd7 (patch) | |
| tree | b384af2daa49153f73dcbfc4a5ef66f0a78b68e9 /.github/workflows/codeql.yml | |
| parent | d32ae9310d187ef586531096d4e7f6e84b9bf96b (diff) | |
| parent | 0775cd0a6e7949c45e0dc5f323608aeff96ea6ba (diff) | |
| download | infini-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.yml | 2 |
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 |
