File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# Install Trivy as requested.
56
56
- if : ${{ ! contains(fromJSON(steps.parsed.outputs.setup), 'none') }}
57
- uses :
aquasecurity/[email protected] .2
57
+ uses :
aquasecurity/[email protected] .3
58
58
with :
59
59
cache : ${{ contains(fromJSON(steps.parsed.outputs.setup), 'cache') }}
60
60
version : ${{ steps.parsed.outputs.version }}
Original file line number Diff line number Diff line change 1
- # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
- # https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates
1
+ # Copyright 2024 - 2025 Crunchy Data Solutions, Inc.
3
2
#
4
- # See: https://www.github.com/dependabot/dependabot-core/issues/4605
5
- ---
3
+ # SPDX-License-Identifier: Apache-2.0
4
+ #
5
+ # documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates
6
+ # schema documentation: https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
6
7
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
8
+ ---
7
9
version : 2
8
10
updates :
9
11
- package-ecosystem : github-actions
10
- directory : /
12
+ directories :
13
+ - ' /'
14
+ - ' .github/actions/*'
11
15
schedule :
12
16
interval : weekly
13
17
day : tuesday
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-go@v5
20
20
with : { go-version: stable }
21
21
22
- - uses : golangci/golangci-lint-action@v7
22
+ - uses : golangci/golangci-lint-action@v8
23
23
with :
24
24
version : latest
25
25
args : --timeout=5m
You can’t perform that action at this time.
0 commit comments