File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3434 CURRENT_VERSION_GENERIC_BRANCH : main
3535 steps :
3636 - name : Checkout generic working branch of the current version
37- uses : actions/checkout@v6
37+ uses : actions/checkout@v6.0.0
3838 with :
3939 ref : ${{ env.CURRENT_VERSION_GENERIC_BRANCH }}
4040 fetch-depth : ' 0'
7070 run : echo "Tag '$COLLECTOR_VERSION' does not exist on remote $COLLECTOR_SRC_URL"
7171
7272 - name : Checkout the version tag
73- uses : actions/checkout@v6
73+ uses : actions/checkout@v6.0.0
7474 with :
7575 ref : ${{ env.COLLECTOR_VERSION }}
7676
@@ -118,7 +118,7 @@ jobs:
118118 CURRENT_VERSION_GENERIC_BRANCH : main
119119 steps :
120120 - name : Checkout generic working branch of the current version
121- uses : actions/checkout@v6
121+ uses : actions/checkout@v6.0.0
122122 with :
123123 ref : ${{ env.CURRENT_VERSION_GENERIC_BRANCH }}
124124 fetch-depth : ' 0'
@@ -154,7 +154,7 @@ jobs:
154154 run : echo "Tag '$COLLECTOR_VERSION' does not exist on remote $COLLECTOR_SRC_URL"
155155
156156 - name : Checkout the version tag
157- uses : actions/checkout@v6
157+ uses : actions/checkout@v6.0.0
158158 with :
159159 ref : ${{ env.COLLECTOR_VERSION }}
160160
Original file line number Diff line number Diff line change 2121
2222 - name : Check out `certsuite`
2323 if : ${{ failure() }}
24- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
24+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
2525 with :
2626 repository : redhat-best-practices-for-k8s/certsuite
2727 path : certsuite
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636
3737 # Perform smoke tests using a Certsuite container.
3838 - name : Check out code
39- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
39+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
4040 with :
4141 ref : ${{ github.sha }}
4242
4343 - name : Check out `certsuite`
44- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
44+ uses : actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
4545 with :
4646 repository : redhat-best-practices-for-k8s/certsuite
4747 path : certsuite
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Check out code into the Go module directory
30- uses : actions/checkout@v6
30+ uses : actions/checkout@v6.0.0
3131 with :
3232 ref : ${{ github.sha }}
3333
@@ -101,7 +101,7 @@ jobs:
101101 steps :
102102
103103 - name : Check out the code
104- uses : actions/checkout@v6
104+ uses : actions/checkout@v6.0.0
105105
106106 # Build Collector image with unstable tag
107107 - name : Build the image
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-24.04
136136 steps :
137137 - name : Check out the code
138- uses : actions/checkout@v6
138+ uses : actions/checkout@v6.0.0
139139
140140 # Build Collector image with unstable tag
141141 - name : Build the image
You can’t perform that action at this time.
0 commit comments