summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 16:04:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 17:23:18 +0900
commit954852f7a6a55c9ecd3d683234652cc7128b2a1f (patch)
tree862a0118bed6513c4c3ba8eac31f0f412b9f8fc9 /.github/workflows
parent8b466ea5fc00dcd400a57cc03db4537f0cb8fc81 (diff)
Removed unnecessary configuration for the latest version of actions/checkout
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4702
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cffb12b2de..a2131ef56d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -21,8 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- with:
- fetch-depth: 2
- name: Remove an obsolete rubygems vendored file
run: sudo rm /usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb