diff --git a/.github/workflows/brakeman-audit.yaml b/.github/workflows/brakeman-audit.yaml index f2ee6c3d..9ba59030 100644 --- a/.github/workflows/brakeman-audit.yaml +++ b/.github/workflows/brakeman-audit.yaml @@ -11,7 +11,7 @@ on: jobs: brakeman-audit: - uses: scientist-softserv/actions/.github/workflows/brakeman-audit.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/brakeman-audit.yaml@v0.0.15 with: webTarget: hyku-web - tag: latest \ No newline at end of file + tag: latest diff --git a/.github/workflows/build-base.yaml b/.github/workflows/build-base.yaml index b7ee9122..bc539c02 100644 --- a/.github/workflows/build-base.yaml +++ b/.github/workflows/build-base.yaml @@ -11,7 +11,7 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15 secrets: inherit with: platforms: "linux/amd64" diff --git a/.github/workflows/build-solr.yaml b/.github/workflows/build-solr.yaml index 3b26e046..ba0e62b0 100644 --- a/.github/workflows/build-solr.yaml +++ b/.github/workflows/build-solr.yaml @@ -11,7 +11,7 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15 secrets: inherit with: platforms: "linux/amd64" diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index 1c9c6b6b..c00fa924 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -17,7 +17,7 @@ on: jobs: build: - uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.15 secrets: inherit with: platforms: 'linux/amd64' @@ -26,7 +26,7 @@ jobs: test: needs: build - uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/test.yaml@v0.0.15 with: confdir: '/app/samvera/hyrax-webapp/solr/conf' webTarget: hyku-web @@ -34,7 +34,7 @@ jobs: lint: needs: build - uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/lint.yaml@v0.0.15 with: webTarget: hyku-web - workerTarget: hyku-worker \ No newline at end of file + workerTarget: hyku-worker diff --git a/.github/workflows/bundler-audit.yaml b/.github/workflows/bundler-audit.yaml index 999c91dc..df96182c 100644 --- a/.github/workflows/bundler-audit.yaml +++ b/.github/workflows/bundler-audit.yaml @@ -11,7 +11,7 @@ on: jobs: bundler-audit: - uses: scientist-softserv/actions/.github/workflows/bundler-audit.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/bundler-audit.yaml@v0.0.15 with: webTarget: hyku-web - tag: latest \ No newline at end of file + tag: latest diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 127fb1ec..8aceada2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,5 +19,5 @@ on: jobs: deploy: - uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.14 + uses: scientist-softserv/actions/.github/workflows/deploy.yaml@v0.0.15 secrets: inherit