From a02cd6078eeac5dd06714d2ee9cb992d5c6e923b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:59:00 +0000 Subject: [PATCH 1/4] chore(deps): bump cachix/install-nix-action from 23 to 24 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6daebbf..44a6a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 - uses: ./ - run: actionlint - run: shellcheck nix-develop-gha.sh From 4f4a58bfb220b2dd0caf5fb619f6886f814d1b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:37:15 +0000 Subject: [PATCH 2/4] chore(deps): bump actions/publish-action from 0.2.2 to 0.3.0 Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.2 to 0.3.0. - [Commits](https://github.com/actions/publish-action/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index adc2794..cef7065 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -8,6 +8,6 @@ jobs: update-major-tag: runs-on: ubuntu-latest steps: - - uses: actions/publish-action@v0.2.2 + - uses: actions/publish-action@v0.3.0 with: source-tag: ${{ github.event.release.tag_name }} From 984f5bf6bc7a3e2f9d6a6243446dd5496679d914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:24:09 +0000 Subject: [PATCH 3/4] chore(deps): bump cachix/install-nix-action from 24 to 25 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v24...v25) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44a6a69..af3e503 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v24 + - uses: cachix/install-nix-action@v25 - uses: ./ - run: actionlint - run: shellcheck nix-develop-gha.sh From 993e93af9e171efd2be76dd614373bd559cc716d Mon Sep 17 00:00:00 2001 From: xin Date: Fri, 5 Apr 2024 04:47:05 +0000 Subject: [PATCH 4/4] Update nix-develop-gha.sh --- nix-develop-gha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-develop-gha.sh b/nix-develop-gha.sh index 82d8bf5..5d30db8 100755 --- a/nix-develop-gha.sh +++ b/nix-develop-gha.sh @@ -26,7 +26,7 @@ while IFS='=' read -r -d '' n v; do continue fi if (("$(wc -l <<<"$v")" > 1)); then - delimiter=$(openssl rand -base64 18) + delimiter=BzcqNQnW6x7hfGlLbvCyDlvD if contains "$delimiter" "$v"; then echo "Environment variable $n contains randomly generated string $delimiter, file an issue and buy a lottery ticket." exit 1