diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 195f2921a..4be9d4e4f 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -18,7 +18,7 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - name: Checkout the repository - uses: actions/checkout@v3.5.1 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: arch: ${{ fromJson(needs.init.outputs.architectures) }} steps: - name: Checkout the repository - uses: actions/checkout@v3.5.1 + uses: actions/checkout@v3.5.2 - name: Get changed files id: changed_files diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 54549b6b5..b521ec6b4 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -9,5 +9,5 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.1 + - uses: actions/checkout@v3.5.2 - uses: brpaz/hadolint-action@v1.5.0 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index ef9f8edcf..053387330 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,7 +11,7 @@ jobs: name: Release Drafter steps: - name: Checkout the repository - uses: actions/checkout@v3.5.1 + uses: actions/checkout@v3.5.2 with: fetch-depth: 0 diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index cddabcfdb..f3207e3ea 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -11,7 +11,7 @@ jobs: name: Shellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.1 + - uses: actions/checkout@v3.5.2 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master env: