Merge branch 'main' into update-bundle/codeql-bundle-v2.20.6 · github/codeql-action@256aa16 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 256aa16

Merge branch 'main' into update-bundle/codeql-bundle-v2.20.6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion

Lines changed: 1 addition & 1 deletion

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -249,7 +249,7 @@ export async function deleteActionsCache(id: number) {
249 249 export function wrapApiConfigurationError(e: unknown) {
250 250 if (isHTTPError(e)) {
251 251 if (
252 -e.message.includes("API rate limit exceeded for site ID installation") |
252 +e.message.includes("API rate limit exceeded for installation") |
253 253 e.message.includes("commit not found") |
254 254 /^ref .* not found in this repository$/.test(e.message)
255 255 ) {

0 commit comments