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 5454
5555 # Install Trivy as requested.
5656 - if : ${{ ! contains(fromJSON(steps.parsed.outputs.setup), 'none') }}
57- uses :
aquasecurity/[email protected] .2 57+ uses :
aquasecurity/[email protected] .3 5858 with :
5959 cache : ${{ contains(fromJSON(steps.parsed.outputs.setup), 'cache') }}
6060 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.
32#
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
67# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
8+ ---
79version : 2
810updates :
911 - package-ecosystem : github-actions
10- directory : /
12+ directories :
13+ - ' /'
14+ - ' .github/actions/*'
1115 schedule :
1216 interval : weekly
1317 day : tuesday
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-go@v5
2020 with : { go-version: stable }
2121
22- - uses : golangci/golangci-lint-action@v7
22+ - uses : golangci/golangci-lint-action@v8
2323 with :
2424 version : latest
2525 args : --timeout=5m
You can’t perform that action at this time.
0 commit comments