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:
3434 schedule :
3535 interval : " weekly"
3636 open-pull-requests-limit : 1
37- # Ignore cibuildwheel to avoid dropped Python versions
3837 ignore :
38+ # Ignore cibuildwheel to avoid dropped Python versions
3939 - dependency-name : " pypa/cibuildwheel*"
40- # Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
4140 groups :
42- cibuildwheel :
43- patterns :
44- - " pypa/cibuildwheel*"
45- other :
41+ github_actions :
4642 patterns :
4743 - " *"
Original file line number Diff line number Diff line change 5959 password : ${{ secrets.GITHUB_TOKEN }}
6060
6161 - 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
6363 with :
6464 push : ${{ github.event_name != 'pull_request' }}
6565 context : .github/containers
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 persist-credentials : false
150150 fetch-depth : 0
151151
152- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5 .0
152+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6 .0
153153 with :
154154 python-version : " 3.x"
155155 architecture : x64
@@ -160,7 +160,7 @@ jobs:
160160 pip install -U wheel setuptools packaging twine
161161
162162 - 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
164164 with :
165165 path : ./artifacts/
166166
Original file line number Diff line number Diff line change 5555 id : ml
5656 # You can override MegaLinter flavor used to have faster performances
5757 # 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
5959 env :
6060 # All available variables are described in documentation
6161 # https://megalinter.io/configuration/
Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ jobs:
6767
6868 steps :
6969 - 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
7171 with :
7272 python-version : " 3.10"
7373 architecture : x64
7474
7575 - name : Download Coverage Artifacts
76- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
76+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
7777 with :
7878 path : ./
7979
Original file line number Diff line number Diff line change 5656
5757 - name : Upload Trivy scan results to GitHub Security tab
5858 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
6060 with :
6161 sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments