Skip to content

Commit 82613a9

Browse files
chore(deps): bump github.com/VirusTotal/yara-x/go from 1.14.0 to 1.15.0 in the all group across 1 directory (#1464)
* chore(deps): bump github.com/VirusTotal/yara-x/go in the all group Bumps the all group with 1 update: [github.com/VirusTotal/yara-x/go](https://github.com/VirusTotal/yara-x). Updates `github.com/VirusTotal/yara-x/go` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/VirusTotal/yara-x/releases) - [Commits](VirusTotal/yara-x@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/VirusTotal/yara-x/go dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * fix setup-go ordering * fmt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
1 parent 5a83b31 commit 82613a9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/update-yara-x.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ jobs:
109109
sum.golang.org:443
110110
tuf-repo-cdn.sigstore.dev:443
111111
112-
- name: Set up Go
113-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
114-
with:
115-
go-version-file: go.mod
116-
check-latest: true
117-
118112
- uses: chainguard-dev/actions/setup-gitsign@de68b87302e6266db5fb5220246f8aa46fe94b67
119113
- name: Set up Octo-STS
120114
uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1
@@ -128,6 +122,12 @@ jobs:
128122
with:
129123
token: ${{ steps.octo-sts.outputs.token }}
130124

125+
- name: Set up Go
126+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
127+
with:
128+
go-version-file: go.mod
129+
check-latest: true
130+
131131
- name: Run update script
132132
env:
133133
GH_TOKEN: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)