summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-03 14:06:38 +0000
committerGitHub <[email protected]>2021-11-03 14:06:38 +0000
commitb8b5d4094f4c1a34ca58d1acbaab2650df7fb228 (patch)
tree70d341b4cc8b58a7bd5fd69cfb21c689a1f5b47c /.github/workflows/codeql-analysis.yml
parent36efd018e2d297636a3aa2799d214a8675a14e0c (diff)
downloadmruby-b8b5d4094f4c1a34ca58d1acbaab2650df7fb228.tar.gz
mruby-b8b5d4094f4c1a34ca58d1acbaab2650df7fb228.zip
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
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.