1
0
mirror of synced 2025-12-25 11:03:37 -05:00

Upgrade actions/checkout version (#36701)

This commit is contained in:
Peter Bengtsson
2023-04-28 11:55:47 -04:00
committed by GitHub
parent 5f02a715bd
commit 53c7ae5301
39 changed files with 60 additions and 60 deletions

View File

@@ -35,11 +35,11 @@ jobs:
exit 1 # prevents further steps from running
- name: Checkout repository code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
# Check out a nested repository inside of previous checkout
- name: Checkout semmle-code repo
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
with:
# By default, only the most recent commit of the `main` branch
# will be checked out