[no ci] Upgrade actions/checkout to version 7.0.0

Updated checkout action version from v5.0.0 to v7.0.0.
This commit is contained in:
Jay Lee
2026-06-23 11:31:07 -04:00
committed by GitHub
parent 8622ae6c0f
commit 870a3149d8

View File

@@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: