Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec6230c

Browse files
committed
chore: pin dependencies in Dockerfiles
1 parent 58a3cfb commit ec6230c

File tree

8 files changed

+32
-41
lines changed

8 files changed

+32
-41
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
3838
steps:
3939
- name: Allow only maintainers/admins
40-
uses: actions/[email protected]
40+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
script: |

dogfood/coder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN apt-get update && \
4141
# goimports for updating imports
4242
go install golang.org/x/tools/cmd/[email protected] && \
4343
# protoc-gen-go is needed to build sysbox from source
44-
go install google.golang.org/protobuf/cmd/[email protected] && \
44+
go install google.golang.org/protobuf/cmd/[email protected].0 && \
4545
# drpc support for v2
4646
go install storj.io/drpc/cmd/[email protected] && \
4747
# migrate for migration support for v2

offlinedocs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
},
4747
"pnpm": {
4848
"overrides": {
49-
"@babel/runtime": "7.26.10"
49+
"@babel/runtime": "7.26.10",
50+
"brace-expansion": "1.1.12"
5051
}
5152
}
5253
}

offlinedocs/pnpm-lock.yaml

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"markdown-table-formatter": "^1.6.1",
1414
"markdownlint-cli2": "^0.16.0",
1515
"quicktype": "^23.0.0"
16+
},
17+
"pnpm": {
18+
"overrides": {
19+
"brace-expansion": "1.1.12"
20+
}
1621
}
1722
}

pnpm-lock.yaml

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@
205205
"esbuild": "^0.25.0",
206206
"form-data": "4.0.4",
207207
"prismjs": "1.30.0",
208-
"dompurify": "3.2.6"
208+
"dompurify": "3.2.6",
209+
"brace-expansion": "1.1.12"
209210
},
210211
"ignoredBuiltDependencies": [
211212
"storybook-addon-remix-react-router"

site/pnpm-lock.yaml

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)