diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index ba60151..f90490a 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -49,7 +49,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: 🛠️ Install goss and dgoss uses: e1himself/goss-installation-action@v1.2.1 diff --git a/.github/workflows/create-changesets-release.yml b/.github/workflows/create-changesets-release.yml index 70ef950..c580c36 100644 --- a/.github/workflows/create-changesets-release.yml +++ b/.github/workflows/create-changesets-release.yml @@ -31,7 +31,7 @@ jobs: steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 69f971c..2848683 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -19,7 +19,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint commits using "commitlint" uses: wagoid/commitlint-github-action@v6.1.2 @@ -37,7 +37,7 @@ jobs: group: coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint YAML files uses: ibiqlik/action-yamllint@v3.1.1 @@ -54,7 +54,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.1 + uses: actions/checkout@v4.2.2 - name: 🧐 Lint Markdown files uses: DavidAnson/markdownlint-cli2-action@v17.0.0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 6a7d5e1..e268aa1 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0