Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanWallace committed Oct 30, 2023
2 parents 2cde4b3 + 1eb256f commit c17c907
Show file tree
Hide file tree
Showing 231 changed files with 41,115 additions and 64,893 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/backstage-catalog-helper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Backstage Catalog Info Helper
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
update-catalog-info:
runs-on: ubuntu-latest
steps:
- name: Update catalog-info.yaml
uses: cds-snc/[email protected]
with:
github-app-id: ${{ secrets.SRE_BOT_RW_APP_ID }}
github-app-private-key: ${{ secrets.SRE_BOT_RW_APP_PRIVATE_KEY }}
github-organization: ${{ github.repository_owner}}
30 changes: 30 additions & 0 deletions .github/workflows/compile-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ jobs:

steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand All @@ -45,15 +52,23 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Publish ${{ matrix.name }}
<<<<<<< HEAD
uses: JS-DevTools/npm-publish@0897172f266b017b55f0d68271c4d9124eb20c69
=======
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552
>>>>>>> develop
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
package: ${{ matrix.dist }}

- name: Configure AWS credentials using OIDC
if: steps.publish.outputs.id != ''
<<<<<<< HEAD
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
=======
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2
>>>>>>> develop
with:
role-to-assume: arn:aws:iam::307395567143:role/gcds-components-apply
role-session-name: CDNPublish
Expand Down Expand Up @@ -109,10 +124,17 @@ jobs:
dist: "./packages/angular/dist"
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: Setup Node
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Setup Node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand All @@ -136,15 +158,23 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Publish ${{ matrix.name }}
<<<<<<< HEAD
uses: JS-DevTools/npm-publish@0897172f266b017b55f0d68271c4d9124eb20c69
=======
uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552
>>>>>>> develop
id: publish
with:
token: ${{ secrets.NPM_TOKEN }}
package: ${{ matrix.dist }}

- name: Configure AWS credentials using OIDC
if: steps.publish.outputs.id != ''
<<<<<<< HEAD
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
=======
uses: aws-actions/configure-aws-credentials@50ac8dd1e1b10d09dac7b8727528b91bed831ac0 # v3.0.2
>>>>>>> develop
with:
role-to-assume: arn:aws:iam::307395567143:role/gcds-components-apply
role-session-name: CDNPublish
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/export_github_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
DNS_PROXY_FORWARDTOSENTINEL: "true"
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
<<<<<<< HEAD
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
=======
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
>>>>>>> develop
- name: Export Data
uses: cds-snc/github-repository-metadata-exporter@main
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,20 @@ jobs:

steps:
- name: "Checkout code"
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
=======
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
>>>>>>> develop
with:
persist-credentials: false

- name: "Run analysis"
<<<<<<< HEAD
uses: ossf/scorecard-action@15cd9b93234be290bb53536994caf52baed54dc4
=======
uses: ossf/scorecard-action@2fa1e2fa153141e2950c7e1299ed05e2081ead0c
>>>>>>> develop
with:
results_file: ossf-results.json
results_format: json
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish-storybook-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/renovate-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand Down Expand Up @@ -67,9 +73,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
=======
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
>>>>>>> develop
with:
node-version: 18

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/s3-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ jobs:
steps:

- name: Checkout
<<<<<<< HEAD
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
=======
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
>>>>>>> develop
with:
fetch-depth: 0 # retrieve all history

- name: Configure AWS credentials
<<<<<<< HEAD
uses: aws-actions/configure-aws-credentials@04b98b3f9e85f563fb061be8751a0352327246b0 # v3.0.1
=======
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
>>>>>>> develop
with:
aws-access-key-id: ${{ secrets.AWS_S3_BACKUP_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_S3_BACKUP_SECRET_ACCESS_KEY }}
Expand Down
6 changes: 5 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"arrowParens": "avoid",
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "consistent",
"printWidth": 180,
"printWidth": 80,
"semi": true,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
Expand Down
Loading

0 comments on commit c17c907

Please sign in to comment.