diff --git a/.github/workflows/cfssl.yml b/.github/workflows/cfssl.yml index 71b0615..8872279 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/kubectl-action.yml b/.github/workflows/kubectl-action.yml index 056bca3..e355783 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 5695979..bbb058b 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/node-min.yml b/.github/workflows/node-min.yml index 79f5528..9924786 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 0b16f98..3f9d297 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/openssl.yml b/.github/workflows/openssl.yml index f13677e..9a76f04 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 7744f56..c08e6d8 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - 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 28f2f69..a14a7d1 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Build image uses: ./.github/build-image-action