File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515
1616    steps :
1717      - name : Checkout code 
18-         uses : actions/checkout@v4 
18+         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #   v4
1919        with :
2020          submodules : recursive 
2121
2222      - name : Set up Go 
23-         uses : actions/setup-go@v5 
23+         uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5   #   v5
2424        with :
2525          go-version-file : go.mod 
2626
Original file line number Diff line number Diff line change 1818    runs-on : ubuntu-24.04 
1919    steps :
2020      - name : Checkout code 
21-         uses : actions/checkout@v4 
21+         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #   v4
2222        with :
2323          ssh-key : ${{ secrets.PUSH_KEY }} 
2424          fetch-tags : true 
@@ -49,28 +49,28 @@ jobs:
4949          exit 0 
5050
5151name : Set up QEMU 
52-         uses : docker/setup-qemu-action@v3 
52+         uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392   #   v3
5353
5454      - name : Set up Docker Context for Buildx 
5555        id : buildx-context 
5656        run : | 
5757          docker context create builders 
5858
5959name : Login to GitHub Container Registry 
60-         uses : docker/login-action@v3 
60+         uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772   #   v3
6161        with :
6262          registry : ghcr.io 
6363          username : ${{ github.actor }} 
6464          password : ${{ secrets.GITHUB_TOKEN }} 
6565
6666      - name : Set up Docker Buildx 
6767        timeout-minutes : 5 
68-         uses : docker/setup-buildx-action@v3 
68+         uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2   #   v3
6969        with :
7070          version : latest 
7171
7272      - name : Set up Go 
73-         uses : actions/setup-go@v5 
73+         uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5   #   v5
7474        with :
7575          go-version-file : go.mod 
7676
Original file line number Diff line number Diff line change 1515    runs-on : ubuntu-24.04 
1616    steps :
1717      - name : Checkout code 
18-         uses : actions/checkout@v4 
18+         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #   v4
1919        with :
2020          ssh-key : ${{ secrets.PUSH_KEY }} 
2121          fetch-tags : true 
8989
9090name : Build Changelog 
9191        id : github_release 
92-         uses : mikepenz/release-changelog-builder-action@v5 
92+         uses : mikepenz/release-changelog-builder-action@e92187bd633e680ebfdd15961a7c30b2d097e7ad   #   v5
9393        with :
9494          mode : " PR" 
9595          configurationJson : | 
@@ -123,7 +123,7 @@ jobs:
123123
124124      - name : Create GitHub release 
125125        if : ${{ env.SKIP != 'true' }} 
126-         uses : softprops/action-gh-release@v2 
126+         uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631   #   v2
127127        with :
128128          tag_name : ${{ env.version }} 
129129          name : Release ${{ env.version }} 
Original file line number Diff line number Diff line change 66  test :
77    runs-on : ubuntu-latest 
88    steps :
9-       - uses : actions/checkout@v4 
9+       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #   v4
1010      - name : REUSE Compliance Check 
11-         uses : fsfe/reuse-action@v5 
11+         uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542   #   v5
Original file line number Diff line number Diff line change 11#  Build the manager binary
2- FROM  docker.io/golang:1.23 AS builder
2+ FROM  docker.io/golang:1.23@sha256:e36d133fbb98117cb259ec9fe3a1ac2167a8ff30b194178bc2a0dc2f03ccfa5f  AS builder
33ARG  TARGETOS
44ARG  TARGETARCH
55
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
2525
2626#  Use distroless as minimal base image to package the manager binary
2727#  Refer to https://github.com/GoogleContainerTools/distroless for more details
28- FROM  gcr.io/distroless/static:nonroot
28+ FROM  gcr.io/distroless/static:nonroot@sha256:188ddfb9e497f861177352057cb21913d840ecae6c843d39e00d44fa64daa51c 
2929WORKDIR  /
3030COPY  --from=builder /workspace/manager .
3131USER  65532:65532
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments