mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #8054 from scratchfoundation/renovate/pin-dependencies
chore(deps): pin dependencies
This commit is contained in:
commit
6e9dcc5e0c
2 changed files with 6 additions and 6 deletions
6
.github/workflows/ci-cd.yml
vendored
6
.github/workflows/ci-cd.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
||||||
# See https://github.com/scratchfoundation/scratch-www/settings/variables/actions
|
# See https://github.com/scratchfoundation/scratch-www/settings/variables/actions
|
||||||
SCRATCH_SHOULD_DEPLOY: ${{ vars.SCRATCH_ENV != '' }}
|
SCRATCH_SHOULD_DEPLOY: ${{ vars.SCRATCH_ENV != '' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
|
@ -140,6 +140,6 @@ jobs:
|
||||||
run: tar -czvf build.tgz build
|
run: tar -czvf build.tgz build
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
if: ${{ env.SCRATCH_SHOULD_DEPLOY == 'true' }}
|
if: ${{ env.SCRATCH_SHOULD_DEPLOY == 'true' }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
|
||||||
with:
|
with:
|
||||||
path: build.tgz
|
path: build.tgz
|
||||||
|
|
6
.github/workflows/prepare-release.yml
vendored
6
.github/workflows/prepare-release.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- name: Checkout master
|
- name: Checkout master
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: master
|
ref: master
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
git merge --no-ff origin/develop
|
git merge --no-ff origin/develop
|
||||||
git push --set-upstream origin ${{ steps.vars.outputs.branch }}
|
git push --set-upstream origin ${{ steps.vars.outputs.branch }}
|
||||||
- name: Develop PR
|
- name: Develop PR
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 # v2
|
||||||
with:
|
with:
|
||||||
source_branch: ${{ steps.vars.outputs.branch }}
|
source_branch: ${{ steps.vars.outputs.branch }}
|
||||||
destination_branch: develop
|
destination_branch: develop
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
pr_allow_empty: true
|
pr_allow_empty: true
|
||||||
- name: Master PR
|
- name: Master PR
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 # v2
|
||||||
with:
|
with:
|
||||||
source_branch: ${{ steps.vars.outputs.branch }}
|
source_branch: ${{ steps.vars.outputs.branch }}
|
||||||
destination_branch: master
|
destination_branch: master
|
||||||
|
|
Loading…
Reference in a new issue