Skip to content

Commit 1ae98e1

Browse files
Bump the github-actions group with 3 updates (#175)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4255224 commit 1ae98e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ${{ matrix.python-version }}
3434

3535
- name: Install uv
36-
uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7.4.0
36+
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3737
with:
3838
enable-cache: true
3939
cache-dependency-glob: "pyproject.toml"
@@ -106,7 +106,7 @@ jobs:
106106
# Publish general statistics for linting, test success, and code coverage as well as detailed tests results
107107
- name: Publish Consolidated Results to PR
108108
if: github.event_name == 'pull_request'
109-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
109+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
110110
with:
111111
header: python-results-${{ matrix.python-version }}
112112
message: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353

5454
# Optional: populates Security > Code scanning alerts with per-check findings.
5555
- name: Upload to code-scanning
56-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
56+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
5757
with:
5858
sarif_file: results.sarif

0 commit comments

Comments
 (0)