chore: update actions/checkout to v5 in workflow files

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-11 18:15:27 +00:00
parent 6b1bb4d720
commit 1285d7de7c
4 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL