1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-24 00:46:36 +02:00

Pin actions/checkout's own workflows to a known, good, stable version. (#1776)

* Pin actions/checkout's own workflows to a known, good, stable version.

* fixed failing unit test

* fix unit test
This commit is contained in:
John Wesley Walker III 2024-06-12 19:11:03 +02:00 committed by GitHub
parent b17fe1e4d5
commit 6ccd57f4c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 13 deletions

View file

@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.1.6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3