From 6cc592841176683ff64886d4c674f1c3e8f15430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:56:39 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/kind-e2e.yaml | 2 +- .github/workflows/knative-boilerplate.yaml | 2 +- .github/workflows/knative-donotsubmit.yaml | 2 +- .github/workflows/knative-vulnerability.yaml | 2 +- .github/workflows/release.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 5de9ef12..e51bf71a 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Check out hakn - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3 with: path: ./src/github.com/chainguard-dev/hakn diff --git a/.github/workflows/knative-boilerplate.yaml b/.github/workflows/knative-boilerplate.yaml index d5ae5f90..36b20205 100644 --- a/.github/workflows/knative-boilerplate.yaml +++ b/.github/workflows/knative-boilerplate.yaml @@ -50,7 +50,7 @@ jobs: id: go - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3 - name: Install Tools run: | diff --git a/.github/workflows/knative-donotsubmit.yaml b/.github/workflows/knative-donotsubmit.yaml index 4e340fdc..5055441d 100644 --- a/.github/workflows/knative-donotsubmit.yaml +++ b/.github/workflows/knative-donotsubmit.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3 - name: Do Not Submit shell: bash diff --git a/.github/workflows/knative-vulnerability.yaml b/.github/workflows/knative-vulnerability.yaml index f9685402..bb558877 100644 --- a/.github/workflows/knative-vulnerability.yaml +++ b/.github/workflows/knative-vulnerability.yaml @@ -26,7 +26,7 @@ jobs: snyk: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Run Snyk to check for vulnerabilities uses: snyk/actions/golang@master diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6938f5e7..096bad6c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: contents: write steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 with: fetch-depth: 1