commit | 213c32318419dd656ab637a9cecad591b0ae4d78 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Sep 11 19:43:33 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Sep 11 19:43:33 2023 +0200 |
tree | eec102fe20fca6ff9aa1e7f3a183788056e908ed | |
parent | e5f7cd0a60d0eeab84f7aeb35c13d3af7e50072e [diff] [blame] |
CI: Bump actions/checkout from 3 to 4 (#13072) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index efd91a4..1328140 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml
@@ -44,7 +44,7 @@ steps: - name: Checkout repository from github - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL