Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 5, 2024
1 parent ed30212 commit dd20cf6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,8 @@ jobs:
options: --privileged --init -v /var/run/docker.sock:/var/run/docker.sock

steps:

# We are using checkout@v1 because the checkout@v2 action downloads
# the source code without cloning if the installed git is < v2.18.
# Once we update the image we will also be able to select the clone
# destination; right now we are moving the .git folder manually.
- name: Clone the osquery repository
uses: actions/checkout@v1
uses: actions/checkout@v4

# This script makes sure that the copyright headers have been correctly
# placed on all the source code files
Expand Down

0 comments on commit dd20cf6

Please sign in to comment.