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:
82
82
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
83
with :
84
84
ref : ${{ inputs.ref || github.ref }}
85
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
86
86
with :
87
87
name : sdk-build
88
88
path : .github/data/dist/
89
89
- name : verify download
90
90
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
92
92
with :
93
93
context : .github/data/
94
94
build-args : |
@@ -132,7 +132,7 @@ jobs:
132
132
python-version : " ${{ steps.versions.outputs.python }}"
133
133
enable-cache : true
134
134
135
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
135
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
136
136
with :
137
137
name : sdk-build
138
138
path : dist/
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : " Run FOSSA Scan"
19
- uses : fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6 .0
19
+ uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7 .0
20
20
with :
21
21
api-key : ${{secrets.FOSSA_API_KEY}}
22
22
project : f5-ai-gateway-sdk-py
23
23
team : ai-gateway
24
24
policy : " F5 Policy"
25
25
26
26
- name : " Run FOSSA Test"
27
- uses : fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6 .0
27
+ uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7 .0
28
28
with :
29
29
api-key : ${{secrets.FOSSA_API_KEY}}
30
30
project : f5-ai-gateway-sdk-py
You can’t perform that action at this time.
0 commit comments