1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed HEAD^2 checkout to suppress a CodeQL annotation [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-03-08 11:54:23 +09:00
parent 32a13591e0
commit b1f375ccc5
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -24,9 +24,6 @@ jobs:
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Remove an obsolete rubygems vendored file
run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb