From f5ecd9064e9244a89fc9548d3abe9c726c05cb4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:30:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/cfssl.yml | 2 +- .github/workflows/kubectl-action.yml | 2 +- .github/workflows/node-build.yml | 2 +- .github/workflows/node-min.yml | 2 +- .github/workflows/node.yml | 2 +- .github/workflows/openssl.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/tinc.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cfssl.yml b/.github/workflows/cfssl.yml index bba3d98..5f112b7 100644 --- a/.github/workflows/cfssl.yml +++ b/.github/workflows/cfssl.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/kubectl-action.yml b/.github/workflows/kubectl-action.yml index 4a795a7..4c54325 100644 --- a/.github/workflows/kubectl-action.yml +++ b/.github/workflows/kubectl-action.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 59209f2..3f3b9a4 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/node-min.yml b/.github/workflows/node-min.yml index d391a16..774d243 100644 --- a/.github/workflows/node-min.yml +++ b/.github/workflows/node-min.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index ef7a0ba..a6d00a0 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/openssl.yml b/.github/workflows/openssl.yml index f7516be..78245b2 100644 --- a/.github/workflows/openssl.yml +++ b/.github/workflows/openssl.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index aa6cea1..3e7bc93 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Add error matcher run: echo "::add-matcher::$(pwd)/.github/problem-matcher-gcc.json" diff --git a/.github/workflows/tinc.yml b/.github/workflows/tinc.yml index 39bcb22..5b63641 100644 --- a/.github/workflows/tinc.yml +++ b/.github/workflows/tinc.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: Check out the source code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Build image uses: ./.github/build-image-action