Skip to content

Commit

Permalink
build(deps): Bump the actions-dependencies group with 2 updates (#392)
Browse files Browse the repository at this point in the history
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](github/codeql-action@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](actions/setup-dotnet@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 98629a3 commit c98b14d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Initialize CodeQL
id: init_codeql
if: env.ENABLED == '1'
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].8
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand All @@ -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
Expand Down Expand Up @@ -132,6 +132,6 @@ jobs:

- name: Perform CodeQL Analysis
if: env.ENABLED == '1'
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].8
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/infersharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- 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
Expand All @@ -45,6 +45,6 @@ jobs:
run: echo "${{ steps.runinfersharp.outputs.results }}"

- name: Upload SARIF output to GitHub Security Center
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].8
with:
sarif_file: infer-out/report.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c98b14d

Please sign in to comment.