diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53b9c42..e1fceaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV" - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🤖 Generate dist files run: ansible-playbook src/playbook.yml -l ${{ matrix.nginx_type }}-${{ matrix.os_name }} @@ -176,7 +176,7 @@ jobs: buildkitd-flags: "--debug" - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🚀 Create manifest list and push working-directory: /tmp diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 561d96e..b636e4d 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -19,7 +19,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint commits using "commitlint" uses: wagoid/commitlint-github-action@v6.1.2 @@ -40,7 +40,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint YAML files uses: ibiqlik/action-yamllint@v3.1.1 @@ -57,7 +57,7 @@ jobs: group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint Markdown files uses: DavidAnson/markdownlint-cli2-action@v17.0.0 @@ -77,7 +77,7 @@ jobs: YAMLLINT_CONFIG_FILE: '${{ github.workspace }}/.github/.yamllint.yaml' steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint Ansible files uses: ansible/ansible-lint@v24.10.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28c7739..3086450 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: echo "PLATFORM_CACHE_TAG=${tag}" >> "$GITHUB_ENV" - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🛠️ Install goss and dgoss uses: e1himself/goss-installation-action@v1.2.1 diff --git a/.github/workflows/upload-assets.yml b/.github/workflows/upload-assets.yml index 9393994..48efec4 100644 --- a/.github/workflows/upload-assets.yml +++ b/.github/workflows/upload-assets.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: 🚀 Generate dist files run: make generate