From 27b33e0a6043974928a7ecf41ae9b65b6e5a3e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:06:13 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 4.1.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/v3.5.0...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ff97bc29b7..b5c4218572 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: "Checkout repository" - uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3" + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" - name: "Run CodeQL init" uses: "github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a"