File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 run : echo "::remove-matcher owner=go::"
2626
2727 - name : Check out code into the Go module directory
28- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929 with :
3030 ref : ${{ github.sha }}
3131
Original file line number Diff line number Diff line change 1818 IMAGE_NAME : quay.io/redhat-best-practices-for-k8s/oct:latest
1919
2020 steps :
21- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2222
2323 - name : Set up Go 1.23
2424 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2929 run : echo "::remove-matcher owner=go::"
3030
3131 - name : Clone the preflight repository
32- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333 with :
3434 repository : redhat-openshift-ecosystem/openshift-preflight
3535 path : openshift-preflight
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Check out code into the Go module directory
19- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020 with :
2121 ref : main
2222 token : ${{ secrets.PULL_TOKEN }}
6767
6868 steps :
6969 - name : Check out code into the Go module directory
70- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7171 with :
7272 ref : main
7373 token : ${{ secrets.PULL_TOKEN }}
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments