Skip to content

Commit

Permalink
Bump the github-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/setup-python` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.3.0...v5.4.0)

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)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JackAshwell11 committed Feb 3, 2025
1 parent 0b4bcd3 commit 6b8f631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
submodules: recursive
- name: Set up Python 3.12
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.12
- name: Build the game
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: recursive
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.28.5
uses: github/codeql-action/init@v3.28.8
with:
languages: ${{ matrix.language }}
setup-python-dependencies: false
Expand All @@ -34,6 +34,6 @@ jobs:
working-directory: ${{ github.workspace }}/src/hades_extensions
run: cmake . --preset LinuxDebug && cmake --build build-debug
- name: Perform CodeQL analysis
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/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.3.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ matrix.python-version }}
- name: Set up MSVC
Expand Down

0 comments on commit 6b8f631

Please sign in to comment.