Skip to content

Commit 440eeca

Browse files
authored
Merge pull request #187 from awslabs/dependabot/github_actions/github-actions-20326145ca
ci(deps): bump the github-actions group with 5 updates
2 parents f4a90b4 + 2846dc5 commit 440eeca

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dev-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
retention-days: 180
149149

150150
- name: Upload SBOM to GitHub dependency graph
151-
uses: advanced-security/spdx-dependency-submission-action@v0.1.1
151+
uses: advanced-security/spdx-dependency-submission-action@v0.2.0
152152
if: always()
153153
with:
154154
filePath: "."

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ jobs:
101101
steps:
102102
- name: Deploy to GitHub Pages
103103
id: deployment
104-
uses: actions/deploy-pages@v4
104+
uses: actions/deploy-pages@v5

.github/workflows/prod-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: Deploy to GitHub Pages
211211
id: deployment
212-
uses: actions/deploy-pages@v4
212+
uses: actions/deploy-pages@v5
213213

214214
container-cleanup:
215215
name: Cleanup Old Container Images

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Upload coverage to Codecov
9898
if: inputs.upload-coverage && always()
9999
continue-on-error: true
100-
uses: codecov/codecov-action@v5
100+
uses: codecov/codecov-action@v6
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}
103103
files: coverage-${{ inputs.test-type }}.xml

.github/workflows/security-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Check for secrets with TruffleHog
95-
uses: trufflesecurity/trufflehog@v3.93.8
95+
uses: trufflesecurity/trufflehog@v3.94.1
9696
with:
9797
path: ./
9898
base: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Setup UV
60-
uses: astral-sh/setup-uv@v6
60+
uses: astral-sh/setup-uv@v7
6161

6262
- name: Install dependencies
6363
run: uv sync

0 commit comments

Comments
 (0)