File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - name : clone
18- uses : actions/checkout@v3
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
2020 - name : docker
21- uses : elgohr/Publish-Docker-Github-Action@v4
21+ uses : elgohr/Publish-Docker-Github-Action@742a180fa47f3adfb5115902ae4955acc6ad769b # v4
2222 with :
2323 name : target/vela-sample:bash
2424 workdir : plugins/bash
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515
1616 steps :
1717 - name : clone
18- uses : actions/checkout@v3
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
2020 - name : install go
21- uses : actions/setup-go@v3
21+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3
2222 with :
2323 go-version : ' >=1.19.0'
2424
3434 plugins/go/main.go
3535
3636 - name : docker
37- uses : elgohr/Publish-Docker-Github-Action@v4
37+ uses : elgohr/Publish-Docker-Github-Action@742a180fa47f3adfb5115902ae4955acc6ad769b # v4
3838 with :
3939 name : target/vela-sample:go
4040 workdir : plugins/go
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515
1616 steps :
1717 - name : clone
18- uses : actions/checkout@v3
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
2020 - name : install node
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2222 with :
2323 node-version : 16
2424
2525 - name : docker
26- uses : elgohr/Publish-Docker-Github-Action@v4
26+ uses : elgohr/Publish-Docker-Github-Action@742a180fa47f3adfb5115902ae4955acc6ad769b # v4
2727 with :
2828 name : target/vela-sample:node
2929 workdir : plugins/node.js
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515
1616 steps :
1717 - name : clone
18- uses : actions/checkout@v3
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
2020 - name : setup python
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2222 with :
2323 python-version : ' 3.10'
2424
2525 - name : docker
26- uses : elgohr/Publish-Docker-Github-Action@v4
26+ uses : elgohr/Publish-Docker-Github-Action@742a180fa47f3adfb5115902ae4955acc6ad769b # v4
2727 with :
2828 name : target/vela-sample:python
2929 workdir : plugins/python
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515
1616 steps :
1717 - name : clone
18- uses : actions/checkout@v3
18+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
2020 - name : setup ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
2323 ruby-version : ' 3.0'
2424
2525 - name : docker
26- uses : elgohr/Publish-Docker-Github-Action@v4
26+ uses : elgohr/Publish-Docker-Github-Action@742a180fa47f3adfb5115902ae4955acc6ad769b # v4
2727 with :
2828 name : target/vela-sample:ruby
2929 workdir : plugins/ruby
Original file line number Diff line number Diff line change 1- FROM alpine
1+ FROM alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
22
33RUN apk add --update --no-cache bash ca-certificates curl
44
Original file line number Diff line number Diff line change 1- FROM golang:alpine
1+ FROM golang:alpine@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596
22
33RUN apk add --update --no-cache ca-certificates
44
Original file line number Diff line number Diff line change 1- FROM node:alpine
1+ FROM node:alpine@sha256:f0642b94e0d368853637a9a74db8a5f2da3bd01c6ad39e773be0fabd798f4dd7
22
33RUN apk add --update --no-cache ca-certificates
44
Original file line number Diff line number Diff line change 1- FROM python:alpine
1+ FROM python:alpine@sha256:b6f01a01e34091438a29b6dda4664199e34731fb2581ebb6fe255a2ebf441099
22
33RUN apk add --update --no-cache ca-certificates
44
Original file line number Diff line number Diff line change 1- FROM ruby:alpine
1+ FROM ruby:alpine@sha256:e5c30595c6a322bc3fbaacd5e35d698a6b9e6d1079ab0af09ffe52f5816aec3b
22
33RUN apk add --update --no-cache ca-certificates
44
You can’t perform that action at this time.
0 commit comments