Skip to content

Commit

Permalink
Merge pull request #29 from qld-gov-au/fixCiCdPostGitCVE
Browse files Browse the repository at this point in the history
Fix ci cd post git CVE
  • Loading branch information
duttonw authored Apr 14, 2022
2 parents 88a1e22 + 77f7155 commit 553729c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- run: echo ${{github.ref}}

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v2
Expand All @@ -47,7 +47,7 @@ jobs:
node: [ '16' ]
name: Build and Deploy on Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storybook-deploy.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Deploy with Node ${{ matrix.node }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v2
Expand All @@ -34,7 +34,7 @@ jobs:
run: | # build the Storybook files
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 553729c

Please sign in to comment.