Skip to content

Commit b5613ce

Browse files
authored
Merge branch 'master' into renovate/re-actors-checkout-python-sdist-digest
2 parents b6e8dfd + f3432b3 commit b5613ce

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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: |

.github/workflows/build-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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: |
@@ -71,7 +71,7 @@ jobs:
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: |

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: >-

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -79,6 +79,6 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
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

0 commit comments

Comments
 (0)