From 58bde38d88a346bc99fab65472ab7a4c038c8a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:42:16 +0000 Subject: [PATCH] Bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 307ad0c..957cd72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,12 +110,12 @@ jobs: run: | git config --global --add safe.directory "${GITHUB_WORKSPACE}" - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: { languages: swift } - name: Perform build run: swift build - name: Run CodeQL analyze - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 dependency-graph: if: ${{ github.event_name == 'push' }}