Skip to content

Commit

Permalink
Cleanup repo workflows (#85)
Browse files Browse the repository at this point in the history
Update scorecard-action to
[fix](ossf/scorecard-action#998)
[failure](https://github.com/trunk-io/configs/actions/runs/8424216101).

Also adds dependabot file to hopefully catch this proactively going
forward.
  • Loading branch information
TylerJang27 authored Mar 27, 2024
1 parent 21062db commit d1c4693
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: sunday
# trunk-ignore(yamllint/quoted-strings)
time: "08:00" # UTC
labels: [🤖 dependabot]
groups:
dependencies:
patterns:
- "*"
open-pull-requests-limit: 2
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
persist-credentials: false

- name: Run analysis
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
sources:
- id: trunk
uri: https://github.com/trunk-io/plugins
ref: v1.4.4
ref: v1.4.5

- id: configs
local: .
Expand Down

0 comments on commit d1c4693

Please sign in to comment.