diff options
| author | asklymenko <a.klymenko@vyos.io> | 2026-05-06 20:29:04 +0300 |
|---|---|---|
| committer | asklymenko <a.klymenko@vyos.io> | 2026-05-06 20:29:04 +0300 |
| commit | 94697b381936a54d0db6f3f1f4a2c5a7be2984b9 (patch) | |
| tree | 3b6128bf8f3487e08a9ece3f77c9a87f9dd1e952 /.github/workflows | |
| parent | c49106e75c754bc2eb23d19188364d50bcae67f5 (diff) | |
| download | vyos-http-api-tools-94697b381936a54d0db6f3f1f4a2c5a7be2984b9.tar.gz vyos-http-api-tools-94697b381936a54d0db6f3f1f4a2c5a7be2984b9.zip | |
T8463: Update GitHub actions to latest versions
Diffstat (limited to '.github/workflows')
| -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 |
