Skip to content

Commit 176e69c

Browse files
authored
Merge branch 'master' into renovate/docker-build-push-action-6.x
2 parents fdce45c + 435e04e commit 176e69c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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)