Skip to content

Commit 1f01b9f

Browse files
chore(deps): bump anchore/go-make/.github/actions/setup (#87)
Bumps [anchore/go-make/.github/actions/setup](https://github.com/anchore/go-make) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/anchore/go-make/releases) - [Commits](anchore/go-make@39fe5f7...430e217) --- updated-dependencies: - dependency-name: anchore/go-make/.github/actions/setup dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2648719 commit 1f01b9f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
persist-credentials: true # needed for pushing a tag
6161

6262
# setup checkout, go, go-make, binny, and cache go modules
63-
- uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0
63+
- uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0
6464

6565
- name: Create release
6666
env:

.github/workflows/validations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
# setup checkout, go, go-make, binny, and cache go modules
21-
- uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0
21+
- uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0
2222

2323
- name: Run static analysis
2424
run: make static-analysis
@@ -39,7 +39,7 @@ jobs:
3939
run: git lfs checkout
4040

4141
# setup go, go-make, binny, and cache go modules
42-
- uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0
42+
- uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0
4343

4444
- name: Run unit tests
4545
run: make unit

0 commit comments

Comments
 (0)