diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-05-07 12:47:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 12:47:51 +0100 |
| commit | 1b206d15c59ea2602a0ba980d0ae7564f1260e31 (patch) | |
| tree | f473ff106a48ce96f6a2d858cd3bbe86eb694601 | |
| parent | f11be0669dca341e165115f286e2d3996f1615c6 (diff) | |
| parent | 94697b381936a54d0db6f3f1f4a2c5a7be2984b9 (diff) | |
| download | vyos-http-api-tools-1b206d15c59ea2602a0ba980d0ae7564f1260e31.tar.gz vyos-http-api-tools-1b206d15c59ea2602a0ba980d0ae7564f1260e31.zip | |
Merge pull request #38 from vyos/T8463-current
T8463: Update GitHub actions to latest versions
| -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 a2659e1..4020b87 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |
