File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-22.04
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1010 - name : Set Node.js version
11- uses : actions/setup-node@v4
11+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1212 with :
1313 node-version : 24.x
1414 - name : ' Install'
3131 test :
3232 runs-on : ubuntu-22.04
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3535 - name : Set Node.js version
36- uses : actions/setup-node@v4
36+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3737 with :
3838 node-version : 24.x
3939 - name : ' Build action for test'
@@ -60,14 +60,14 @@ jobs:
6060 name : ' Build and release action'
6161 needs : [build, test]
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6464 with :
6565 fetch-depth : 0
6666 persist-credentials : true
6767 - name : Configure git
68- uses : smartlyio/github-actions@git-init-userinfo-v1
68+ uses : smartlyio/github-actions@4ef49912877febb62867891d42a1205190fb2ab0 # git-init-userinfo-v1
6969 - name : Release flow
70- uses : smartlyio/github-actions@release-action-node-v1
70+ uses : smartlyio/github-actions@ac9cc7e148b55d6c88641ea387ab6d2860ba5c3e # release-action-node-v1
7171 with :
7272 token : ' ${{ secrets.GITHUB_TOKEN }}'
7373 dry_run : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 1- FROM busybox:latest
1+ FROM busybox:latest@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
22ARG MY_TEST_ARG
33RUN echo MY_TEST_ARG=${MY_TEST_ARG}
You can’t perform that action at this time.
0 commit comments