diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 8ae2b94..31a4e97 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -11,7 +11,7 @@ jobs: name: Check Code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v14 diff --git a/.github/workflows/vendor/nodejs-check-code.yml b/.github/workflows/vendor/nodejs-check-code.yml index 8ae2b94..31a4e97 100644 --- a/.github/workflows/vendor/nodejs-check-code.yml +++ b/.github/workflows/vendor/nodejs-check-code.yml @@ -11,7 +11,7 @@ jobs: name: Check Code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@v14 diff --git a/ci/vendir.yml b/ci/vendir.yml index 43d2a2c..5acc742 100644 --- a/ci/vendir.yml +++ b/ci/vendir.yml @@ -8,7 +8,7 @@ directories: - path: . # Copy this folder out to .. git: url: https://github.com/blinkbitcoin/concourse-shared.git - ref: 69c2178d534207d8141a4f29ddea80326e5220f1 + ref: 8abc39e9e056b79b774007e6fadc40ca5d92c2e5 includePaths: - shared/actions/* excludePaths: @@ -21,7 +21,7 @@ directories: - path: . git: url: https://github.com/blinkbitcoin/concourse-shared.git - ref: 69c2178d534207d8141a4f29ddea80326e5220f1 + ref: 8abc39e9e056b79b774007e6fadc40ca5d92c2e5 includePaths: - shared/ci/**/* excludePaths: @@ -33,8 +33,8 @@ directories: contents: - path: . git: - url: https://github.com/blinkbitcoin/concourse-shared - ref: 69c2178d534207d8141a4f29ddea80326e5220f1 + url: https://github.com/blinkbitcoin/concourse-shared.git + ref: 8abc39e9e056b79b774007e6fadc40ca5d92c2e5 includePaths: - shared/bin/**/* excludePaths: @@ -42,5 +42,3 @@ directories: - shared/bin/**/tofu-* newRootPath: shared/bin - - diff --git a/ci/vendor/pipeline-fragments.lib.yml b/ci/vendor/pipeline-fragments.lib.yml index c28d088..3c547eb 100644 --- a/ci/vendor/pipeline-fragments.lib.yml +++ b/ci/vendor/pipeline-fragments.lib.yml @@ -170,7 +170,7 @@ plan: - { get: pipeline-tasks } - task: #@ container attempts: 2 - timeout: 12m + timeout: 20m tags: ["galoy-staging"] config: platform: linux @@ -200,6 +200,7 @@ on_failure: #@ slack_failure_notification() #@ params["SSH_PRIVATE_KEY"] = "((staging-ssh.ssh_private_key))" #@ params["SSH_PUB_KEY"] = "((staging-ssh.ssh_public_key))" #@ params["CMD"] = cmd +#@ params["PARAMS_KEYS"] = " ".join(additional_params.keys()) name: #@ name serial: true plan: