From ce154b6b3fe58702cb7dfeac38e74a61ac931847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 08:32:13 +0000 Subject: [PATCH] chore(deps): bump the ci group with 3 updates Bumps the ci group with 3 updates: [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action), [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) and [fsfe/reuse-action](https://github.com/fsfe/reuse-action). Updates `DeterminateSystems/nix-installer-action` from 15 to 16 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v15...v16) Updates `dcarbone/install-jq-action` from 2.1.0 to 3.0.1 - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](https://github.com/dcarbone/install-jq-action/compare/v2.1.0...v3.0.1) Updates `fsfe/reuse-action` from 4 to 5 - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v4...v5) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: dcarbone/install-jq-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/flake_vendorhash.yaml | 2 +- .github/workflows/mend_scan.yaml | 2 +- .github/workflows/reuse_helper_tool.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flake_vendorhash.yaml b/.github/workflows/flake_vendorhash.yaml index f03948f118..9b296efcd3 100644 --- a/.github/workflows/flake_vendorhash.yaml +++ b/.github/workflows/flake_vendorhash.yaml @@ -25,7 +25,7 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v15 + uses: DeterminateSystems/nix-installer-action@v16 - name: Update ocm vendor hash run: nix run .#nixpkgs.nix-update -- --flake --version=skip ocm - name: Check diff and create action summary diff --git a/.github/workflows/mend_scan.yaml b/.github/workflows/mend_scan.yaml index 3ec6096c24..fc59902887 100644 --- a/.github/workflows/mend_scan.yaml +++ b/.github/workflows/mend_scan.yaml @@ -60,7 +60,7 @@ jobs: cache_name: mend-scan-go-cache - name: 'Setup jq' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v3.0.1 with: version: '1.7' diff --git a/.github/workflows/reuse_helper_tool.yaml b/.github/workflows/reuse_helper_tool.yaml index ffd49ec236..ad08e35803 100644 --- a/.github/workflows/reuse_helper_tool.yaml +++ b/.github/workflows/reuse_helper_tool.yaml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v4 \ No newline at end of file + uses: fsfe/reuse-action@v5 \ No newline at end of file