diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-10-19 08:06:28 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-19 08:06:28 +0900 |
| commit | b6b4ac8270fcef135291cbde60d18f1c8a4c98e4 (patch) | |
| tree | 47281bc211042fcfb762596a7d2c79074e9a7ae0 /.github/workflows/codeql-analysis.yml | |
| parent | 10edda96980c518714b54b10261677603ff1c5f4 (diff) | |
| parent | cdccb5ea13354f38912244c17db533ef42389e7c (diff) | |
| download | mruby-b6b4ac8270fcef135291cbde60d18f1c8a4c98e4.tar.gz mruby-b6b4ac8270fcef135291cbde60d18f1c8a4c98e4.zip | |
Merge pull request #5560 from mruby/dependabot/github_actions/actions/checkout-2.3.5
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4b0be0ed0..28bcb3ae5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/[email protected] + uses: actions/[email protected] with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. |
