-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the github-actions-all group across 1 directory wit…
…h 4 updates (#680) * build(deps): bump the github-actions-all group across 1 directory with 4 updates Bumps the github-actions-all group with 4 updates in the / directory: [schubergphilis/mcvs-docker-action](https://github.com/schubergphilis/mcvs-docker-action), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action). Updates `schubergphilis/mcvs-docker-action` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/schubergphilis/mcvs-docker-action/releases) - [Commits](schubergphilis/mcvs-docker-action@v0.6.0...v0.6.1) Updates `docker/setup-buildx-action` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.7.1...v3.8.0) Updates `codecov/codecov-action` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.1...v5.1.2) Updates `schubergphilis/mcvs-golang-action` from 0.15.3 to 0.15.4 - [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases) - [Commits](schubergphilis/mcvs-golang-action@v0.15.3...v0.15.4) --- updated-dependencies: - dependency-name: schubergphilis/mcvs-docker-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all - dependency-name: schubergphilis/mcvs-golang-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <[email protected]> * fix: high vulnerability in golang.org/x/net by updating it from v0.25.0 to 0.33.0 * fix: GCI in upload.go * fix: Lint maintidx and gocognit in upload.go --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 030 <[email protected]>
- Loading branch information
1 parent
7397978
commit ea4ffef
Showing
8 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: schubergphilis/[email protected].0 | ||
- uses: schubergphilis/[email protected].1 | ||
with: | ||
dockle-accept-key: libcrypto3,libssl3 | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- name: Set up QEMU | ||
uses: docker/[email protected] | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.7.1 | ||
uses: docker/setup-buildx-action@v3.8.0 | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
grep -v internal/app/n3dr/n3drtest |\ | ||
grep -v cmd/n3dr) | ||
if: ${{ startsWith(matrix.os, 'ubuntu') }} | ||
- uses: codecov/[email protected].1 | ||
- uses: codecov/[email protected].2 | ||
with: | ||
files: ./coverage.txt | ||
flags: unittests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,9 +27,9 @@ jobs: | |
TASK_X_REMOTE_TASKFILES: 1 | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: schubergphilis/[email protected].3 | ||
- uses: schubergphilis/[email protected].4 | ||
with: | ||
code-coverage-expected: 38.4 | ||
code-coverage-expected: 37.5 | ||
golang-unit-tests-exclusions: |- | ||
\(cmd\/n3dr\|internal\/app\/n3dr\/\(goswagger\|n3drtest\)\) | ||
testing-type: ${{ matrix.testing-type }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters