|
35 | 35 | ~/.cache/go-build |
36 | 36 | - uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0 |
37 | 37 | - name: Check out code into the Go module directory |
38 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 38 | + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
39 | 39 | - run: 'echo ${{ inputs.bucket-id }}' |
40 | 40 | - name: Set env |
41 | 41 | run: | |
|
76 | 76 | ~/.cache/go-build |
77 | 77 | - uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0 |
78 | 78 | - name: Check out code into the Go module directory |
79 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 79 | + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
80 | 80 | - name: Set env |
81 | 81 | run: | |
82 | 82 | echo TRIVY_SCANNER_REPO=scanner >> $GITHUB_ENV |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 | ~/.cache/go-build |
117 | 117 | - uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0 |
118 | 118 | - name: Check out code into the Go module directory |
119 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 119 | + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
120 | 120 | - name: Set env |
121 | 121 | run: | |
122 | 122 | echo MANAGER_REPO=manager >> $GITHUB_ENV |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | ~/.cache/go-build |
157 | 157 | - uses: crazy-max/ghaction-github-runtime@056b8ec6661ce03a987ab8643a0edc346ae63fe3 # v2.2.0 |
158 | 158 | - name: Check out code into the Go module directory |
159 | | - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
| 159 | + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
160 | 160 | - name: Set env |
161 | 161 | run: | |
162 | 162 | echo COLLECTOR_REPO=collector >> $GITHUB_ENV |
|
0 commit comments