File tree Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Expand file tree Collapse file tree 6 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,10 @@ updates:
34
34
schedule :
35
35
interval : " weekly"
36
36
open-pull-requests-limit : 1
37
- # Ignore cibuildwheel to avoid dropped Python versions
38
37
ignore :
38
+ # Ignore cibuildwheel to avoid dropped Python versions
39
39
- dependency-name : " pypa/cibuildwheel*"
40
- # Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
41
40
groups :
42
- cibuildwheel :
43
- patterns :
44
- - " pypa/cibuildwheel*"
45
- other :
41
+ github_actions :
46
42
patterns :
47
43
- " *"
Original file line number Diff line number Diff line change 59
59
password : ${{ secrets.GITHUB_TOKEN }}
60
60
61
61
- name : Build and Publish Image
62
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # 6.15 .0
62
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # 6.16 .0
63
63
with :
64
64
push : ${{ github.event_name != 'pull_request' }}
65
65
context : .github/containers
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
persist-credentials : false
150
150
fetch-depth : 0
151
151
152
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5 .0
152
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6 .0
153
153
with :
154
154
python-version : " 3.x"
155
155
architecture : x64
@@ -160,7 +160,7 @@ jobs:
160
160
pip install -U wheel setuptools packaging twine
161
161
162
162
- name : Download Artifacts
163
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1 @95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
163
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0 @95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.3.0
164
164
with :
165
165
path : ./artifacts/
166
166
Original file line number Diff line number Diff line change 55
55
id : ml
56
56
# You can override MegaLinter flavor used to have faster performances
57
57
# More info at https://megalinter.io/flavors/
58
- uses : oxsecurity/megalinter/flavors/python@146333030da68e2e58c6ff826633824fabe01eaf # 8.5 .0
58
+ uses : oxsecurity/megalinter/flavors/python@04cf22b980c2e9c2121553417ed651c944afc8e1 # 8.6 .0
59
59
env :
60
60
# All available variables are described in documentation
61
61
# https://megalinter.io/configuration/
Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ jobs:
67
67
68
68
steps :
69
69
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
70
- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5 .0
70
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6 .0
71
71
with :
72
72
python-version : " 3.10"
73
73
architecture : x64
74
74
75
75
- name : Download Coverage Artifacts
76
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
76
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
77
77
with :
78
78
path : ./
79
79
Original file line number Diff line number Diff line change 56
56
57
57
- name : Upload Trivy scan results to GitHub Security tab
58
58
if : ${{ github.event_name == 'schedule' }}
59
- uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # 3.28.15
59
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # 3.28.16
60
60
with :
61
61
sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments