-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hotfix for 'REQ6259167' (no login required) (#144)
* hotfix for 'REQ6259167' (no login required) * update 3rd party poetry installer to latest * another poetry related dependency update * fix docker paths * [Bot] Update version to 2.2.4 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
098c9d4
commit dc0383f
Showing
8 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
with: | ||
gcloud-token: ${{ secrets.GCR_TOKEN }} | ||
- name: Install poetry | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].6 | ||
- run: | | ||
sudo apt-get -y install jq | ||
poetry run pip install uw-it-build-fingerprinter tox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
input_cluster: ${{ github.event.inputs.cluster }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: abatilo/[email protected].4 | ||
- uses: abatilo/[email protected].6 | ||
- run: | | ||
sudo apt-get -y install jq | ||
poetry install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,14 @@ jobs: | |
new-version: ${{ steps.update-version.outputs.new-version }} | ||
steps: | ||
- name: Python Poetry Action | ||
uses: abatilo/[email protected].4 | ||
uses: abatilo/[email protected].6 | ||
|
||
- uses: uwit-iam/actions/[email protected] | ||
id: guidance | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: uwit-iam/actions/[email protected] | ||
- uses: uwit-iam/actions/[email protected].16 | ||
with: | ||
github-token: ${{ env.GITHUB_TOKEN }} | ||
version-guidance: ${{ steps.guidance.outputs.guidance }} | ||
|
@@ -49,7 +49,7 @@ jobs: | |
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
||
- uses: abatilo/[email protected].4 | ||
- uses: abatilo/[email protected].6 | ||
- run: | | ||
sudo apt-get -y install jq | ||
poetry run pip install tox uw-it-build-fingerprinter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: abatilo/[email protected].3 | ||
- uses: abatilo/[email protected].6 | ||
- uses: UWIT-IAM/actions/[email protected] | ||
with: | ||
gcloud-token: ${{ secrets.GCR_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "uw-husky-directory" | ||
version = "2.2.3" | ||
version = "2.2.4" | ||
description = "An updated version of the UW Directory" | ||
authors = ["Thomas Thorogood <[email protected]>"] | ||
license = "MIT" | ||
|