@@ -175,7 +175,7 @@ jobs:
175175 echo "::error Both runs-on and self-hosted-runner cannot be set at the same time."
176176 exit 1
177177 fi
178- - uses : actions/checkout@v6.0.2
178+ - uses : actions/checkout@v6.0.3
179179 with :
180180 fetch-depth : 0
181181 - uses : canonical/operator-workflows/internal/plan@main
@@ -207,12 +207,12 @@ jobs:
207207 matrix :
208208 build : ${{ fromJSON(needs.plan.outputs.plan).build }}
209209 steps :
210- - uses : canonical/setup-lxd@v0.1.3
210+ - uses : canonical/setup-lxd@v1
211211 - name : Set LXC security nesting
212212 if : ${{ inputs.rockcraft-enable-security-nesting }}
213213 run : |
214214 lxc profile set default security.nesting true
215- - uses : actions/checkout@v6.0.2
215+ - uses : actions/checkout@v6.0.3
216216 - name : Pre-build script
217217 if : ${{ inputs.pre-build-script != '' }}
218218 run : bash -xe ${{ inputs.pre-build-script }}
@@ -250,7 +250,7 @@ jobs:
250250 - name : Get workflow version
251251 id : workflow-version
252252 if : ${{ matrix.build.type == 'charm' }}
253- uses : canonical/get-workflow-version-action@v1.0.1
253+ uses : canonical/get-workflow-version-action@v1.0.3
254254 with :
255255 repository-name : canonical/operator-workflows
256256 file-name : integration_test.yaml
@@ -294,7 +294,7 @@ jobs:
294294 matrix :
295295 scan : ${{ fromJSON(needs.plan-scan.outputs.scans) }}
296296 steps :
297- - uses : actions/checkout@v6.0.2
297+ - uses : actions/checkout@v6.0.3
298298 - name : Change directory
299299 run : |
300300 TEMP_DIR=$(mktemp -d)
@@ -312,7 +312,7 @@ jobs:
312312 sudo snap install rockcraft --channel ${{ inputs.rockcraft-channel }} --classic
313313 rockcraft.skopeo copy oci-archive:${{ matrix.scan.file }} docker-archive:${{ matrix.scan.file }}.tar
314314 mv ${{ matrix.scan.file }}.tar ${{ matrix.scan.file }}
315- - uses : docker/login-action@v4.1 .0
315+ - uses : docker/login-action@v4.2 .0
316316 with :
317317 registry : ghcr.io
318318 username : ${{ github.actor }}
@@ -323,7 +323,7 @@ jobs:
323323 docker image save -o ${{ matrix.scan.file }} ${{ matrix.scan.image }}
324324 - name : Run Github Trivy Image Action (temporarily disabled)
325325 if : ${{ false }}
326- uses : aquasecurity/trivy-action@0.35 .0
326+ uses : aquasecurity/trivy-action@v0.36 .0
327327 with :
328328 input : ${{ matrix.scan.file }}
329329 trivy-config : ${{ inputs.trivy-image-config }}
0 commit comments