File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 id : checkout
2121 # from https://github.com/actions/checkout/commits/main
22- uses : actions/checkout@v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 - name : Checkout
2020 id : checkout
2121 # from https://github.com/actions/checkout/commits/main
22- uses : actions/checkout@v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 - name : Checkout
1818 id : checkout
1919 # from https://github.com/actions/checkout/commits/main
20- uses : actions/checkout@v4
20+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121 with :
2222 persist-credentials : false
2323 fetch-depth : 0
2424 - name : Use Node.js
25- uses : actions/setup-node@v3
25+ uses : actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3
2626 with :
2727 node-version : ' 18.x'
2828 - run : npm ci
Original file line number Diff line number Diff line change 1- FROM node:18.19.0-buster
1+ FROM node:18.19.0-buster@sha256:7a7c4663f8cf434a66a10ebb33e749663454aa284e3b9ccb79c454f6925c752d
22
33RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app
44WORKDIR /home/node/app
You can’t perform that action at this time.
0 commit comments