diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-02 16:51:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-02 16:51:46 +0200 |
| commit | c766904aa27df2b5353cac5657bd044b885522d4 (patch) | |
| tree | 1fbcdbb32cbda18de18874e76ace8262bede21a1 /.github/workflows/codeql.yml | |
| parent | 050b69b9a2c43278ad00da69075a52d1da4d9921 (diff) | |
| download | bootstrap-c766904aa27df2b5353cac5657bd044b885522d4.tar.xz bootstrap-c766904aa27df2b5353cac5657bd044b885522d4.zip | |
Bump actions/checkout from 2 to 3 (#35933)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2aa437417..3936ebd33 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Initialize CodeQL uses: github/codeql-action/init@v1 |
