Update workflows and documentation to use the latest versions of first party actions that are available (checkout, setup-node, github-script)

=
This commit is contained in:
Salman Muin Kayser Chishti
2025-09-25 18:13:49 +01:00
parent d44f9b8f13
commit 8024983ab0
10 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL