From 38ab09d8bfc57c5240fe014ad3ec50c4904219a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:12:46 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.1.1 (#145) --- .github/workflows/test-action.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 4ce906b..b95b77d 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -15,7 +15,7 @@ jobs: permissions: {} name: Install Cosign and test presence in path steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: ./ - name: Check install! @@ -39,7 +39,7 @@ jobs: permissions: {} name: Install existing release of Cosign and test presence in path steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5 - name: Check install! @@ -61,7 +61,7 @@ jobs: permissions: {} name: Install Custom Cosign and test presence in path steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: ./ with: @@ -86,7 +86,7 @@ jobs: permissions: {} name: Install Cosign v0.6.0 and test presence in path steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: ./ with: @@ -112,7 +112,7 @@ jobs: permissions: {} name: Install Cosign v0.6.0 and test presence in path with pre installed libpcsclite1 package steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install libpcsclite1 run: | sudo apt-get update -q @@ -140,7 +140,7 @@ jobs: permissions: {} name: Try to install a wrong Cosign steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: ./ with: @@ -155,7 +155,7 @@ jobs: permissions: {} name: Install Custom Cosign and test presence in path steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: ./ with: @@ -179,7 +179,7 @@ jobs: permissions: {} name: Install Custom Cosign and test presence in path with custom root dir steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Cosign uses: ./ with: @@ -210,7 +210,7 @@ jobs: - '1.20' name: Try to install cosign with go ${{ matrix.go_version }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 with: go-version: ${{ matrix.go_version }}