diff options
| author | 2025-11-21 10:22:27 +0000 | |
|---|---|---|
| committer | 2025-11-21 10:22:27 +0000 | |
| commit | 36e9dad020301ffbad23ee6b722a9a3db0a78420 (patch) | |
| tree | 828cc45308ef9926df03998f72df10ad8d2ad964 /.github/workflows/codeql.yml | |
| parent | 6f6178544c62555f9e6995ca899c28cc189c8aee (diff) | |
| parent | 6f52f5ccc6ca64ba04b008a32e22217b79635e39 (diff) | |
| download | infini-36e9dad020301ffbad23ee6b722a9a3db0a78420.tar.gz infini-36e9dad020301ffbad23ee6b722a9a3db0a78420.zip | |
Merge pull request #71 from HydroRoll-Team/dependabot/github_actions/actions/checkout-6
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 bd4f75d9..b8e401cf 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@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4 |
