Skip to content

Commit

Permalink
Bump the actions-dependencies group with 2 updates
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent a18153e commit 6c4f665
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/init@v3.28.5
uses: github/codeql-action/init@v3.28.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/analyze@v3.28.5
uses: github/codeql-action/analyze@v3.28.8
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-on-severity: high
comment-summary-in-pr: always
- 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
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 6c4f665

Please sign in to comment.