File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
id : versions
42
42
43
43
- name : Install a specific version of uv
44
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
44
+ uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
45
45
with :
46
46
version : " ${{ steps.versions.outputs.uv }}"
47
47
python-version : " ${{ steps.versions.outputs.python }}"
@@ -127,7 +127,7 @@ jobs:
127
127
id : versions
128
128
129
129
- name : Install a specific version of uv
130
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
130
+ uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
131
131
with :
132
132
version : " ${{ steps.versions.outputs.uv }}"
133
133
python-version : " ${{ steps.versions.outputs.python }}"
@@ -139,7 +139,7 @@ jobs:
139
139
path : dist/
140
140
- name : Create release and upload assets
141
141
if : ${{ startsWith(github.ref, 'refs/tags/') && github.event_name != 'workflow_dispatch' }}
142
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
142
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
143
143
with :
144
144
files : dist/f5_ai_gateway_sdk*
145
145
generate_release_notes : true
Original file line number Diff line number Diff line change 24
24
id : versions
25
25
26
26
- name : Install a specific version of uv
27
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
27
+ uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
28
28
with :
29
29
version : " ${{ steps.versions.outputs.uv }}"
30
30
python-version : " ${{ steps.versions.outputs.python }}"
Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
- - uses : aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # v0.33.0
39
+ - uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
40
40
with :
41
41
scan-type : fs
42
42
scan-ref : .
53
53
id : versions
54
54
55
55
- name : Install a specific version of uv
56
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
56
+ uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
57
57
with :
58
58
version : " ${{ steps.versions.outputs.uv }}"
59
59
python-version : " ${{ steps.versions.outputs.python }}"
You can’t perform that action at this time.
0 commit comments