From 354bc9f629a2b0007acbc61a4251ae09a94695c6 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 26 Aug 2022 16:05:06 -0700 Subject: [PATCH] Add Changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9aa356ff..e0e96391f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [UNRELEASED] -No user facing changes. +- Downloading CodeQL packs has been moved to the `init` step. Previously, CodeQL packs were downloaded during the `analyze` step. [#1218](https://github.com/github/codeql-action/pull/1218) ## 2.1.21 - 25 Aug 2022