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 4141 id : versions
4242
4343 - 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
4545 with :
4646 version : " ${{ steps.versions.outputs.uv }}"
4747 python-version : " ${{ steps.versions.outputs.python }}"
@@ -127,7 +127,7 @@ jobs:
127127 id : versions
128128
129129 - 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
131131 with :
132132 version : " ${{ steps.versions.outputs.uv }}"
133133 python-version : " ${{ steps.versions.outputs.python }}"
@@ -139,7 +139,7 @@ jobs:
139139 path : dist/
140140 - name : Create release and upload assets
141141 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
143143 with :
144144 files : dist/f5_ai_gateway_sdk*
145145 generate_release_notes : true
Original file line number Diff line number Diff line change 2424 id : versions
2525
2626 - 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
2828 with :
2929 version : " ${{ steps.versions.outputs.uv }}"
3030 python-version : " ${{ steps.versions.outputs.python }}"
Original file line number Diff line number Diff line change 3636 runs-on : ubuntu-latest
3737 steps :
3838 - 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
4040 with :
4141 scan-type : fs
4242 scan-ref : .
5353 id : versions
5454
5555 - 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
5757 with :
5858 version : " ${{ steps.versions.outputs.uv }}"
5959 python-version : " ${{ steps.versions.outputs.python }}"
You can’t perform that action at this time.
0 commit comments