Skip to content

Commit 192efcc

Browse files
build(deps): bump the github-actions-all group with 3 updates
Bumps the github-actions-all group with 3 updates: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action), [schubergphilis/mcvs-general-action](https://github.com/schubergphilis/mcvs-general-action) and [actions/stale](https://github.com/actions/stale). Updates `aquasecurity/trivy-action` from 0.34.0 to 0.34.1 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.34.0...0.34.1) Updates `schubergphilis/mcvs-general-action` from 0.5.3 to 0.5.4 - [Release notes](https://github.com/schubergphilis/mcvs-general-action/releases) - [Commits](schubergphilis/mcvs-general-action@v0.5.3...v0.5.4) Updates `actions/stale` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.1.1...v10.2.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: schubergphilis/mcvs-general-action dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3bd6d6 commit 192efcc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6.0.2
19-
- uses: schubergphilis/mcvs-general-action@v0.5.3
19+
- uses: schubergphilis/mcvs-general-action@v0.5.4
2020
with:
2121
testing-type: ${{ matrix.args.testing-type }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/stale@v10.1.1
14+
- uses: actions/stale@v10.2.0
1515
with:
1616
days-before-stale: 63
1717
days-before-close: 21

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ runs:
199199
# Duplicated trivy-action parameters as GitHub actions do NOT support
200200
# anchors: https://github.com/actions/runner/issues/1182
201201
#
202-
- uses: aquasecurity/trivy-action@0.34.0
202+
- uses: aquasecurity/trivy-action@0.34.1
203203
if: inputs.token != '' && inputs.testing-type == 'security-trivy'
204204
env:
205205
TRIVY_DB_REPOSITORY: ${{ inputs.trivy-action-db }}
@@ -213,7 +213,7 @@ runs:
213213
ignore-unfixed: true
214214
severity: "CRITICAL,HIGH"
215215
trivyignores: ${{ inputs.security-trivyignore }}
216-
- uses: aquasecurity/trivy-action@0.34.0
216+
- uses: aquasecurity/trivy-action@0.34.1
217217
if: inputs.token == '' && inputs.testing-type == 'security-trivy'
218218
env:
219219
TRIVY_DB_REPOSITORY: ${{ inputs.trivy-action-db }}

0 commit comments

Comments
 (0)