Skip to content

Commit 728915d

Browse files
chore(deps): bump anchore/go-make/.github/actions/setup
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>
1 parent d50a4df commit 728915d

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
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
# setup checkout, go, go-make, binny, and cache go modules
20-
- uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0
20+
- uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0
2121

2222
- name: Run static analysis
2323
run: make static-analysis
@@ -30,7 +30,7 @@ jobs:
3030
contents: read
3131
steps:
3232
# setup checkout, go, go-make, binny, and cache go modules
33-
- uses: anchore/go-make/.github/actions/setup@39fe5f71112d4dceb3ff0a92a40f272f067fc457 # v0.6.0
33+
- uses: anchore/go-make/.github/actions/setup@430e2175bb166bfd138ef75466adbcc8ddab875f # v0.8.0
3434

3535
- name: Run unit tests
3636
run: make unit

0 commit comments

Comments
 (0)