Skip to content

Commit

Permalink
update actions version to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Dec 12, 2023
1 parent 1d5ecab commit ed91627
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/brakeman-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
brakeman-audit:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
with:
webTarget: hyku-web
tag: latest
tag: latest
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
secrets: inherit
with:
platforms: "linux/amd64"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
secrets: inherit
with:
platforms: 'linux/amd64'
Expand All @@ -26,15 +26,15 @@ jobs:

test:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
with:
confdir: '/app/samvera/hyrax-webapp/solr/conf'
webTarget: hyku-web
workerTarget: hyku-worker

lint:
needs: build
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
with:
webTarget: hyku-web
workerTarget: hyku-worker
workerTarget: hyku-worker
4 changes: 2 additions & 2 deletions .github/workflows/bundler-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
bundler-audit:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
with:
webTarget: hyku-web
tag: latest
tag: latest
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ on:

jobs:
deploy:
uses: scientist-softserv/actions/.github/workflows/[email protected].14
uses: scientist-softserv/actions/.github/workflows/[email protected].15
secrets: inherit

0 comments on commit ed91627

Please sign in to comment.