diff --git a/.github/workflows/auto_update_charm_libs.yaml b/.github/workflows/auto_update_charm_libs.yaml index 6c2182bc..3ef83836 100644 --- a/.github/workflows/auto_update_charm_libs.yaml +++ b/.github/workflows/auto_update_charm_libs.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Check libs diff --git a/.github/workflows/build_charmcraft_cache.yaml b/.github/workflows/build_charmcraft_cache.yaml index f9af3352..7dcc26b9 100644 --- a/.github/workflows/build_charmcraft_cache.yaml +++ b/.github/workflows/build_charmcraft_cache.yaml @@ -20,7 +20,7 @@ jobs: name: Build Charmcraft Cache runs-on: ${{ inputs.runs-on }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - uses: canonical/setup-lxd@v0.1.1 - name: Generate charmcraft cache key run: | diff --git a/.github/workflows/build_images.yaml b/.github/workflows/build_images.yaml index e498d6b4..3bc58d64 100644 --- a/.github/workflows/build_images.yaml +++ b/.github/workflows/build_images.yaml @@ -42,7 +42,7 @@ jobs: outputs: images: ${{ env.DOCKER_IMAGES }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Get dockerfiles working-directory: ${{ inputs.working-directory }} run: > @@ -59,7 +59,7 @@ jobs: matrix: image: ${{ fromJSON(needs.get-images.outputs.images) }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Log in to the Container registry uses: docker/login-action@v2.2.0 with: diff --git a/.github/workflows/build_rocks.yaml b/.github/workflows/build_rocks.yaml index 64af9721..2a1c97bb 100644 --- a/.github/workflows/build_rocks.yaml +++ b/.github/workflows/build_rocks.yaml @@ -48,7 +48,7 @@ jobs: echo "Invalid value for cache-action. It must be 'save' or 'restore'" exit 1 fi - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Generate rock paths and images id: gen-rock-paths-and-images uses: actions/github-script@v6.4.1 @@ -85,7 +85,7 @@ jobs: matrix: path: ${{ fromJSON(needs.get-rocks.outputs.rock-paths) }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Extract rock information run: | IMAGE_NAME=$(yq '.name' "${{ matrix.path }}/rockcraft.yaml") diff --git a/.github/workflows/comment.yaml b/.github/workflows/comment.yaml index 8fa2b0d7..73920ee3 100644 --- a/.github/workflows/comment.yaml +++ b/.github/workflows/comment.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 if: github.event.workflow_run.event == 'pull_request' steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Download test report artifact uses: actions/github-script@v6.4.1 with: diff --git a/.github/workflows/get_runner_image.yaml b/.github/workflows/get_runner_image.yaml index 10767fac..54ac82fe 100644 --- a/.github/workflows/get_runner_image.yaml +++ b/.github/workflows/get_runner_image.yaml @@ -30,7 +30,7 @@ jobs: channel: ${{ env.BUILD_ON_CHANNEL }} runs-on: ${{ env.BUILD_ON }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Get build-on value working-directory: ${{ inputs.working-directory }} run: | diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index b9f2453c..f3ca409b 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -222,7 +222,7 @@ jobs: outputs: charm-file: ${{ env.CHARM_FILE }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - uses: canonical/setup-lxd@v0.1.1 - name: Extract charm name working-directory: ${{ inputs.working-directory }} diff --git a/.github/workflows/integration_test_run.yaml b/.github/workflows/integration_test_run.yaml index 81c1070a..cd187f9a 100644 --- a/.github/workflows/integration_test_run.yaml +++ b/.github/workflows/integration_test_run.yaml @@ -184,7 +184,7 @@ jobs: runs-on: ${{ inputs.runs-on }} if: ${{ !failure() }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Setup Devstack Swift if: ${{ inputs.setup-devstack-swift }} id: setup-devstack-swift diff --git a/.github/workflows/promote_charm.yaml b/.github/workflows/promote_charm.yaml index e6ee669a..aee6cab0 100644 --- a/.github/workflows/promote_charm.yaml +++ b/.github/workflows/promote_charm.yaml @@ -30,7 +30,7 @@ jobs: needs: get-runner-image runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - run: | set -e origin_track=$(echo ${{ inputs.origin-channel }} | cut -d "/" -f 1) @@ -44,7 +44,7 @@ jobs: runs-on: ${{ needs.get-runner-image.outputs.runs-on }} needs: [validate-channels, get-runner-image] steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Release charm to channel uses: canonical/charming-actions/release-charm@2.4.0 with: @@ -59,7 +59,7 @@ jobs: name: Draft publish docs runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Search for docs folder id: docs-exist run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT @@ -77,7 +77,7 @@ jobs: name: Publish docs runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Search for docs folder id: docs-exist run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT diff --git a/.github/workflows/publish_charm.yaml b/.github/workflows/publish_charm.yaml index b632aa80..9f4467a9 100644 --- a/.github/workflows/publish_charm.yaml +++ b/.github/workflows/publish_charm.yaml @@ -42,7 +42,7 @@ jobs: needs: [ branch-up-to-date-check-enabled ] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Search for docs folder id: docs-exist run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT @@ -65,7 +65,7 @@ jobs: needs: [ branch-up-to-date-check-enabled ] runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - if: inputs.working-directory != './' name: Change directory run: | @@ -120,7 +120,7 @@ jobs: outputs: images: ${{ env.IMAGES }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Get images working-directory: ${{ inputs.working-directory }} run: | @@ -137,7 +137,7 @@ jobs: needs: [ get-images, get-run-id, get-runner-image] if: ${{ needs.get-images.outputs.images != '[]' }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - if: inputs.working-directory != './' name: Change directory run: | @@ -187,7 +187,7 @@ jobs: needs: [get-run-id, get-runner-image, publish-images] if: ${{ !failure() }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - if: inputs.working-directory != './' name: Change directory run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ce068cc0..e64ef484 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,12 +30,12 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 with: repository: canonical/Inclusive-naming path: ${{ inputs.working-directory }} - run: mv * /tmp - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Merge configuration files run: | # Combine all entries and replace matching elements by @@ -74,7 +74,7 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Gather files to scan shell: bash id: gather @@ -138,7 +138,7 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Check for Dockerfiles id: dockerfiles run: echo -n "found=$(find . -name "*Dockerfile" -printf "${{ inputs.working-directory }}%p ")" >> $GITHUB_OUTPUT @@ -155,7 +155,7 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Check file existence id: metadata-yaml run: echo "exists=$([ -f metadata.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT @@ -174,7 +174,7 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Pre-run script if: ${{ inputs.pre-run-script != '' }} run: bash -xe ${{ inputs.pre-run-script }} @@ -298,7 +298,7 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Search for docs folder id: docs-exist run: echo "docs_exist=$([[ -d docs ]] && echo 'True' || echo 'False')" >> $GITHUB_OUTPUT @@ -318,7 +318,7 @@ jobs: run: working-directory: ${{ inputs.working-directory }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Check .licenserc.yaml exists id: licenserc-yaml run: echo "exists=$([ -f .licenserc.yaml ] && echo "true" || echo "false")" >> $GITHUB_OUTPUT @@ -334,7 +334,7 @@ jobs: name: Check libraries runs-on: ${{ inputs.self-hosted-runner && fromJson('[''self-hosted'', ''large'']') || 'ubuntu-22.04' }} steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v3.6.0 - name: Check libs if: ${{ !github.event.pull_request.head.repo.fork }} uses: canonical/charming-actions/check-libraries@2.4.0