Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/trivy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:

# Install Trivy as requested.
- if: ${{ ! contains(fromJSON(steps.parsed.outputs.setup), 'none') }}
uses: aquasecurity/setup-trivy@v0.2.2
uses: aquasecurity/setup-trivy@v0.2.3
with:
cache: ${{ contains(fromJSON(steps.parsed.outputs.setup), 'cache') }}
version: ${{ steps.parsed.outputs.version }}
Expand Down
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates
#
# See: https://www.github.com/dependabot/dependabot-core/issues/4605
---
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
directories:
- '/'
- '.github/actions/*'
schedule:
interval: weekly
day: tuesday
day: wednesday
groups:
all-github-actions:
patterns: ['*']
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v5
with: { go-version: stable }

- uses: golangci/golangci-lint-action@v7
- uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --timeout=5m
Expand Down