From c98b14d46c61d9be963af3640fb22f6e096fa40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:35:47 -0800 Subject: [PATCH] build(deps): Bump the actions-dependencies group with 2 updates (#392) Bumps the actions-dependencies group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `github/codeql-action` from 3.28.5 to 3.28.8 - [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.28.5...v3.28.8) Updates `actions/setup-dotnet` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/infersharp.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 34ebf52..17d431a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -79,7 +79,7 @@ jobs: - name: Initialize CodeQL id: init_codeql if: env.ENABLED == '1' - uses: github/codeql-action/init@v3.28.5 + uses: github/codeql-action/init@v3.28.8 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -95,7 +95,7 @@ jobs: # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - if: matrix.build-mode == 'manual' && env.ENABLED == '1' name: Set up .NET - uses: actions/setup-dotnet@v4.2.0 + uses: actions/setup-dotnet@v4.3.0 with: global-json-file: global.json cache: true @@ -132,6 +132,6 @@ jobs: - name: Perform CodeQL Analysis if: env.ENABLED == '1' - uses: github/codeql-action/analyze@v3.28.5 + uses: github/codeql-action/analyze@v3.28.8 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/infersharp.yml b/.github/workflows/infersharp.yml index bb00f6b..bdc6bf9 100644 --- a/.github/workflows/infersharp.yml +++ b/.github/workflows/infersharp.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Setup dotnet - uses: actions/setup-dotnet@v4.2.0 + uses: actions/setup-dotnet@v4.3.0 with: global-json-file: global.json cache: true @@ -45,6 +45,6 @@ jobs: run: echo "${{ steps.runinfersharp.outputs.results }}" - name: Upload SARIF output to GitHub Security Center - uses: github/codeql-action/upload-sarif@v3.28.5 + uses: github/codeql-action/upload-sarif@v3.28.8 with: sarif_file: infer-out/report.sarif diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e867bc..44c1340 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: fi - name: Setup .NET Core - uses: actions/setup-dotnet@v4.2.0 + uses: actions/setup-dotnet@v4.3.0 if: env.ENABLED == '1' with: global-json-file: global.json