diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ff3d40a6..f568ba991 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review' steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Install requirements env: OS_KOLLA_BUILD_ARGS: 'keystone --registry 127.0.0.1:5000 --push --threads 4 --quiet --retries 5 --cache --push-threads 2 --squash --base ubuntu' @@ -63,7 +63,7 @@ jobs: github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review' steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ./.github/actions/vagrant-setup with: distro: ${{ matrix.distro }} diff --git a/.github/workflows/diagram.yml b/.github/workflows/diagram.yml index 7df80df6b..90a93f5d1 100644 --- a/.github/workflows/diagram.yml +++ b/.github/workflows/diagram.yml @@ -23,7 +23,7 @@ jobs: pull-requests: write # for technote-space/create-pr-action to create a PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Update diagram uses: githubocto/repo-visualizer@0.9.1 with: diff --git a/.github/workflows/distros.yml b/.github/workflows/distros.yml index eb43d9c62..1b48c8016 100644 --- a/.github/workflows/distros.yml +++ b/.github/workflows/distros.yml @@ -21,7 +21,7 @@ jobs: name: Check for latest Vagrant box versions runs-on: macos-12 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/cache@v4.0.2 with: path: ~/.vagrant.d/boxes diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 6b9d43105..a5c07df8f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: name: Count Lines of Code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Setup Go uses: actions/setup-go@v5.0.1 with: @@ -30,14 +30,14 @@ jobs: name: Check documentation external links runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Check broken links uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 check-super-linter: name: Check syntax (super-linter) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: github/super-linter@v5.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -47,7 +47,7 @@ jobs: name: Check syntax (tox) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Install tox run: pip install tox - name: Run tox lint validation diff --git a/.github/workflows/on-demand.yml b/.github/workflows/on-demand.yml index d84f0dec0..43f2e5945 100644 --- a/.github/workflows/on-demand.yml +++ b/.github/workflows/on-demand.yml @@ -27,7 +27,7 @@ jobs: ) || github.event_name != 'pull_request_review' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Run the sh-checker uses: luizm/action-sh-checker@v0.8.0 env: @@ -40,7 +40,7 @@ jobs: name: Run BDD shell specs for Bash demo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Install ShellSpec run: curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C .. - name: Run Shellspec diff --git a/.github/workflows/on-demand_aio.yml b/.github/workflows/on-demand_aio.yml index 843208bb6..f7e466acb 100644 --- a/.github/workflows/on-demand_aio.yml +++ b/.github/workflows/on-demand_aio.yml @@ -30,7 +30,7 @@ jobs: github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review' steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Get matrix values id: set-matrix run: | @@ -57,7 +57,7 @@ jobs: distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }} runs-on: macos-12 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ./.github/actions/vagrant-setup with: distro: ${{ matrix.distro }} @@ -79,7 +79,7 @@ jobs: env: OS_KOLLA_ENABLE_CINDER: "no" steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Install requirements run: | sudo apt-get update diff --git a/.github/workflows/on-demand_noha.yml b/.github/workflows/on-demand_noha.yml index e1283755d..7b62efe17 100644 --- a/.github/workflows/on-demand_noha.yml +++ b/.github/workflows/on-demand_noha.yml @@ -35,7 +35,7 @@ jobs: VAGRANT_EXPERIMENTAL: disks OS_NUM_COMPUTE_NODES: 1 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ./.github/actions/vagrant-setup - name: Install GNU tools run: brew install iproute2mac diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index ae4c6dbc9..db02624a2 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the latest code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo diff --git a/.github/workflows/scheduled_aio.yml b/.github/workflows/scheduled_aio.yml index 445f5b819..07ac80791 100644 --- a/.github/workflows/scheduled_aio.yml +++ b/.github/workflows/scheduled_aio.yml @@ -17,7 +17,7 @@ jobs: generate-json-matrix: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: Get matrix values id: set-matrix run: | @@ -44,7 +44,7 @@ jobs: distro: ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }} runs-on: macos-12 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: ./.github/actions/vagrant-setup - name: Deploy latest release in All-in-One instance env: diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 4f02acd49..45fa57961 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -22,7 +22,7 @@ jobs: name: Check spelling (reviewdog) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: reviewdog/action-misspell@v1.19.0 with: github_token: ${{ secrets.github_token }} @@ -30,6 +30,6 @@ jobs: name: Check spelling (pyspelling) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: igsekor/pyspelling-any@v1.0.4 name: Spellcheck diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index cd60d61a7..b0c3740b4 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -36,7 +36,7 @@ jobs: image: ${{ matrix.image }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: install dependencies shell: bash run: | @@ -63,7 +63,7 @@ jobs: check-dictionary: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: technote-space/create-pr-action@v2.1.4 with: EXECUTE_COMMANDS: |