From dc05e1fe3cf763f620b391800874d2aa830eb2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:11:24 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action). Updates `github/codeql-action` from 3.24.8 to 3.24.9 - [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/v3.24.8...v3.24.9) Updates `actions/dependency-review-action` from 4.1.3 to 4.2.3 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4.1.3...v4.2.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 6 +++--- .github/workflows/dependency-review.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 9af5b97..cbf6fa5 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -35,14 +35,14 @@ jobs: uses: actions/checkout@v4.1.2 - name: 🏗 Initialize CodeQL - uses: github/codeql-action/init@v3.24.8 + uses: github/codeql-action/init@v3.24.9 with: languages: ${{ matrix.language }} # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - name: 🏗 Auto build - uses: github/codeql-action/autobuild@v3.24.8 + uses: github/codeql-action/autobuild@v3.24.9 - name: 🚀 Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.8 + uses: github/codeql-action/analyze@v3.24.9 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 65e86f5..87df8be 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -20,4 +20,4 @@ jobs: uses: actions/checkout@v4.1.2 - name: 🚀 Dependency Review - uses: actions/dependency-review-action@v4.1.3 + uses: actions/dependency-review-action@v4.2.3