diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-04 06:56:06 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-09-04 06:56:16 +0000 |
commit | 567274e5356a5a58432949feafb4f968e61f6000 (patch) | |
tree | 8ca4251019b336477e851768b20c87c5917f53e5 | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-567274e5356a5a58432949feafb4f968e61f6000.tar locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.gz locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.bz2 locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.lz locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.xz locusts-567274e5356a5a58432949feafb4f968e61f6000.tar.zst locusts-567274e5356a5a58432949feafb4f968e61f6000.zip |
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) and [actions/setup-dotnet](https://github.com/actions/setup-dotnet).
Updates `hadolint/hadolint-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/hadolint/hadolint-action/releases)
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
- [Commits](https://github.com/hadolint/hadolint-action/compare/v3.1.0...v3.2.0)
Updates `actions/setup-dotnet` from 4 to 5
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v4...v5)
---
updated-dependencies:
- dependency-name: hadolint/hadolint-action
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/setup-dotnet
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/docker.yml | 2 | ||||
-rw-r--r-- | .github/workflows/dotnet.yml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4fb8730..9552a17 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Lint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.2.0 with: dockerfile: Dockerfile - name: Extract metadata diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d4ff922..82a6a9d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 - name: Install dependencies run: dotnet restore - name: Lint @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: source-url: https://nuget.pkg.github.com/locusts-r-us/index.json env: @@ -73,7 +73,7 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 env: NUGET_AUTH_TOKEN: ${{ secrets.NUGET_TOKEN }} - name: Install dependencies |