diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-11-04 07:48:14 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-04 07:48:14 +0900 |
| commit | b940ed69d9acc51ed06c3e97364d94253f41e378 (patch) | |
| tree | 70d341b4cc8b58a7bd5fd69cfb21c689a1f5b47c /.github/workflows/codeql-analysis.yml | |
| parent | 36efd018e2d297636a3aa2799d214a8675a14e0c (diff) | |
| parent | b8b5d4094f4c1a34ca58d1acbaab2650df7fb228 (diff) | |
| download | mruby-b940ed69d9acc51ed06c3e97364d94253f41e378.tar.gz mruby-b940ed69d9acc51ed06c3e97364d94253f41e378.zip | |
Merge pull request #5571 from mruby/dependabot/github_actions/actions/checkout-2.4.0
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
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 28bcb3ae5..184ca54c3 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. |
