We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6016564 commit f1e85a2Copy full SHA for f1e85a2
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
timeout-minutes: 10
26
steps:
27
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- run: corepack enable
29
- run: pnpm install
30
- run: pnpm prettier
@@ -49,7 +49,7 @@ jobs:
49
ARCH: ${{ matrix.arch }} # build target, name required by binary-builder
50
51
52
53
54
- name: binary-builder
55
uses: containerbase/internal-tools@f2d23019110923e232236b448e355d68194a2c73 # v3.4.33
0 commit comments