File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6666 - name : Build if Dockerfile changed
6767 if : steps.changed-files-specific.outputs.any_changed == 'true'
6868 # yamllint disable-line rule:line-length
69- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
69+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
7070 with :
7171 context : .
7272 build-args : |
@@ -119,7 +119,7 @@ jobs:
119119 steps.changed-files-specific.outputs.any_changed == 'true'
120120 && matrix.os == 'ubuntu-latest'
121121 # yamllint disable-line rule:line-length
122- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
122+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
123123 with :
124124 context : .
125125 build-args : |
Original file line number Diff line number Diff line change 5353 - name : Build and Push release
5454 if : github.event_name != 'schedule'
5555 # yamllint disable-line rule:line-length
56- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
56+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
5757 with :
5858 context : .
5959 build-args : |
7171 - name : Build and Push nightly
7272 if : github.event_name == 'schedule'
7373 # yamllint disable-line rule:line-length
74- uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
74+ uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
7575 with :
7676 context : .
7777 build-args : |
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 if : >-
178178 !contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
179179 # yamllint disable-line rule:line-length
180- uses : re-actors/checkout-python-sdist@187f55296b0f54d88259aaaf99af32ad3647d3bc # release/v2
180+ uses : re-actors/checkout-python-sdist@187f55296b0f54d88259aaaf99af32ad3647d3bc # v2.0.0
181181 with :
182182 source-tarball-name : ${{ inputs.source-tarball-name }}
183183 workflow-artifact-name : ${{ inputs.dists-artifact-name }}
@@ -383,7 +383,7 @@ jobs:
383383 !cancelled()
384384 && steps.tox-run.outputs.cov-report-files != ''
385385 # yamllint disable-line rule:line-length
386- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
386+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
387387 with :
388388 disable_search : true
389389 fail_ci_if_error : >-
Original file line number Diff line number Diff line change 4545
4646 - name : Run analysis
4747 # yamllint disable-line rule:line-length
48- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
48+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
4949 with :
5050 results_file : results.sarif
5151 results_format : sarif
7979 # Upload the results to GitHub's code scanning dashboard.
8080 - name : Upload to code-scanning
8181 # yamllint disable-line rule:line-length
82- uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
82+ uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
8383 with :
8484 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4545
4646 # Detect hardcoded secrets
4747- repo : https://github.com/gitleaks/gitleaks
48- rev : v8.16.3
48+ rev : v8.23.2
4949 hooks :
5050 - id : gitleaks
5151
You can’t perform that action at this time.
0 commit comments