Skip to content

Commit b2c60ec

Browse files
authored
Merge pull request #300 from finos/dependabot/github_actions/github-actions-f7a9d2f379
ci(deps): bump the github-actions group with 4 updates
2 parents 05eecd3 + 6a2e1f8 commit b2c60ec

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/security-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Check for secrets with TruffleHog
102-
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
102+
uses: trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
103103
with:
104104
path: ./
105105
base: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Setup UV
62-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
62+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6363

6464
- name: Install dependencies
6565
run: uv sync
@@ -110,7 +110,7 @@ jobs:
110110
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
111111

112112
- name: Setup UV
113-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
113+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
114114

115115
- name: Setup Bun (for UI static bundle)
116116
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f4b11 # v2
@@ -125,15 +125,15 @@ jobs:
125125
# with a dangling interpreter and break `make semantic-release-build`.
126126
- name: Python Semantic Release
127127
id: release
128-
uses: python-semantic-release/python-semantic-release@37a30a7987cfebb6d49240bf1c4e9cd9817d0673 # v10.6.0
128+
uses: python-semantic-release/python-semantic-release@39dd2052f2ce8282a5d932c31d58a2ca06d2550e # v10.6.1
129129
with:
130130
github_token: ${{ steps.cicd.outputs.token }}
131131
git_committer_name: ${{ steps.cicd.outputs.committer-name }}
132132
git_committer_email: ${{ steps.cicd.outputs.committer-email }}
133133
force: ${{ inputs.force_level != 'auto' && inputs.force_level || '' }}
134134

135135
- name: Publish to GitHub Release Assets
136-
uses: python-semantic-release/publish-action@4f3c5d7f5caddf6535050c4bcb55f033f000a7dd # v10.6.0
136+
uses: python-semantic-release/publish-action@5a5718ce47b892ef699f2972dae122297771d641 # v10.6.1
137137
if: steps.release.outputs.released == 'true'
138138
with:
139139
github_token: ${{ steps.cicd.outputs.token }}

0 commit comments

Comments
 (0)