From ed38fe70fd4bcf9ec3555aebb0bd3fdd6344011a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:07:52 +0000 Subject: [PATCH] Bump al-cheb/configure-pagefile-action from 1.2 to 1.3 Bumps [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action) from 1.2 to 1.3. - [Release notes](https://github.com/al-cheb/configure-pagefile-action/releases) - [Commits](https://github.com/al-cheb/configure-pagefile-action/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: al-cheb/configure-pagefile-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b18fcc13e..cb51593bb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,7 +15,7 @@ jobs: # Due to the insufficient memory allocated by default, CodeQL sometimes requires more to be manually allocated - name: Configure Pagefile id: config_pagefile - uses: al-cheb/configure-pagefile-action@v1.2 + uses: al-cheb/configure-pagefile-action@v1.3 with: minimum-size: 8GB maximum-size: 32GB