Skip to content

Commit 3d16809

Browse files
chore(deps): update all non-major action updates
1 parent 2ccd951 commit 3d16809

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/auto-merge-release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
permissions:
2121
contents: write # Required to merge PRs
2222
pull-requests: write # Required to merge PRs
23-
uses: TimSchoenle/actions/.github/workflows/maintenance-timed-auto-pr-approve.yaml@b5ce568b83c570e9d2b7fb242763489e1ab69ffd # workflows-maintenance-timed-auto-pr-approve-v1.2.7
23+
uses: TimSchoenle/actions/.github/workflows/maintenance-timed-auto-pr-approve.yaml@79541da8d6aad30a0d1ef68d00ef67fe262d28eb # workflows-maintenance-timed-auto-pr-approve-v1.2.8
2424
with:
2525
time_elapsed: ${{ inputs.time_elapsed || '7d' }}
2626
branch_pattern: 'release-please--branches--%'

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
name: Check
2020
permissions:
2121
contents: read # Required to checkout the code
22-
uses: TimSchoenle/actions/.github/workflows/rust-cargo-check.yaml@d26be78199d3532cf21c4cab6ca850dd45e5627e # workflows-rust-cargo-check-v1.1.3
22+
uses: TimSchoenle/actions/.github/workflows/rust-cargo-check.yaml@db5bbe354aa20b8a5cf9800f689160c4c0f75256 # workflows-rust-cargo-check-v1.1.4
2323

2424
coverage:
2525
name: Coverage
2626
permissions:
2727
contents: read # Required to checkout the code
28-
uses: TimSchoenle/actions/.github/workflows/rust-coverage-codecov.yaml@5933b5b32a3022bdcfdf1eebc8b459f5748763a4 # workflows-rust-coverage-codecov-v1.0.1
28+
uses: TimSchoenle/actions/.github/workflows/rust-coverage-codecov.yaml@4cc259b6dee1e74394faed473262cfc652f23bae # workflows-rust-coverage-codecov-v1.0.2
2929
secrets:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131

@@ -47,7 +47,7 @@ jobs:
4747
permissions:
4848
contents: read # Required to checkout the code
4949
checks: write # Required to annotate the commit with clippy warnings
50-
uses: TimSchoenle/actions/.github/workflows/rust-clippy.yaml@1a99a0b6267fad9f94b53277f3911c8d64f78026 # workflows-rust-clippy-v1.1.1
50+
uses: TimSchoenle/actions/.github/workflows/rust-clippy.yaml@0139849aaaac592ebf44af62ca1b469632172737 # workflows-rust-clippy-v1.1.2
5151

5252
docker-build-test:
5353
name: Docker Build and Test
@@ -116,7 +116,7 @@ jobs:
116116
severity: 'CRITICAL,HIGH'
117117

118118
- name: Upload Trivy results to GitHub Security
119-
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
119+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
120120
if: always()
121121
with:
122122
sarif_file: 'trivy-results.sarif'

.github/workflows/renovate-auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99
jobs:
1010
auto-approve-renovate:
1111
name: Auto Approve Renovate
12-
uses: TimSchoenle/actions/.github/workflows/maintenance-auto-approve-renovate.yaml@948d83073fd717c74eace2f6be5c9780767892ab # workflows-maintenance-auto-approve-renovate-v1.3.0
12+
uses: TimSchoenle/actions/.github/workflows/maintenance-auto-approve-renovate.yaml@493fbeba475a3101703168292ed82b97275e18f1 # workflows-maintenance-auto-approve-renovate-v1.3.1
1313
permissions:
1414
pull-requests: write # To approve PRs
1515
with:

0 commit comments

Comments
 (0)