File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ jobs:
8282 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383 with :
8484 ref : ${{ inputs.ref || github.ref }}
85- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8686 with :
8787 name : sdk-build
8888 path : .github/data/dist/
8989 - name : verify download
9090 run : ls -la .github/data/dist/
91- - uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
91+ - uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17 .0
9292 with :
9393 context : .github/data/
9494 build-args : |
@@ -132,7 +132,7 @@ jobs:
132132 python-version : " ${{ steps.versions.outputs.python }}"
133133 enable-cache : true
134134
135- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
135+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
136136 with :
137137 name : sdk-build
138138 path : dist/
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
1818 - name : " Run FOSSA Scan"
19- uses : fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6 .0
19+ uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7 .0
2020 with :
2121 api-key : ${{secrets.FOSSA_API_KEY}}
2222 project : f5-ai-gateway-sdk-py
2323 team : ai-gateway
2424 policy : " F5 Policy"
2525
2626 - name : " Run FOSSA Test"
27- uses : fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6 .0
27+ uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7 .0
2828 with :
2929 api-key : ${{secrets.FOSSA_API_KEY}}
3030 project : f5-ai-gateway-sdk-py
You can’t perform that action at this time.
0 commit comments