Skip to content

Commit d2b207d

Browse files
authored
Merge pull request #459 from atsign-foundation/dependabot/github_actions/github-actions-a697c16c6c
build(deps): Bump the github-actions group with 2 updates
2 parents 36608a3 + 3ac2f85 commit d2b207d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
name: python-package-distributions
116116
path: dist/
117117
- name: Generate SBOM
118-
uses: sbomify/github-action@7906c48e206fe1a885df761bc7239ff3dcfef6b8 # v0.12
118+
uses: sbomify/github-action@e344ec6e6916948ce49720a9ac5bafafb7119d47 # v0.13
119119
env:
120120
TOKEN: ${{ secrets.SBOMIFY_TOKEN }}
121121
COMPONENT_ID: 'wy8Kpn8rF9'

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
35+
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
3636
- name: Install dependencies, Lint with flake8, Test with pytest
3737
run: |
3838
sudo apt-get install python3-poetry-plugin-export

0 commit comments

Comments
 (0)