Skip to content

Commit

Permalink
refactor: bump default actions/runtime ref
Browse files Browse the repository at this point in the history
  • Loading branch information
aweris committed Oct 31, 2023
1 parent 074281f commit 1a7a89e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daggerverse/actions/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
)

const DefaultRuntimeRef = "01999763545556511d53a8649fb66ffe4e977d8f"
const DefaultRuntimeRef = "c9b01b328a59ec6452eb451ebf0e9b2a1280a504"

// ActionsGenerator generates dagger modules using Github Actions.
type ActionsGenerator struct{}
Expand Down
2 changes: 1 addition & 1 deletion daggerverse/gha/aquasecurity/trivy-action/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module trivy-action

go 1.21.2
go 1.21

require (
github.com/99designs/gqlgen v0.17.31
Expand Down

0 comments on commit 1a7a89e

Please sign in to comment.