Update to latest checkout action in CodeQL pipeline (#325)

This commit is contained in:
Evan Simkowitz 2024-02-23 16:43:32 -08:00 committed by GitHub
parent 5a749d674d
commit 7e21b80af0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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