diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-05-12 16:49:02 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-12 16:49:02 +0900 |
| commit | bd04630710c68d87016922516040a85d3bc31cf0 (patch) | |
| tree | 9cd62c3aa7dd693f65fb4a979f820364a2624fbf /.github/workflows/codeql-analysis.yml | |
| parent | 032d11de1b29ab63e396322482d27e244c422647 (diff) | |
| parent | 800b534a35909248d47d2a15ccfcf7f9a02664e5 (diff) | |
| download | mruby-bd04630710c68d87016922516040a85d3bc31cf0.tar.gz mruby-bd04630710c68d87016922516040a85d3bc31cf0.zip | |
Merge pull request #5450 from mruby/dependabot/github_actions/actions/checkout-2.3.4
build(deps): bump actions/checkout from 2 to 2.3.4
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 75f80a558..4b0be0ed0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + 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. |
