diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 25635d6..87b7829 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Cosign uses: ./ with: @@ -86,7 +86,7 @@ jobs: permissions: {} name: Install Cosign v0.5.0 and test presence in path steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Cosign uses: ./ with: @@ -111,7 +111,7 @@ jobs: permissions: {} name: Install Cosign v0.6.0 and test presence in path steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Cosign uses: ./ with: @@ -137,7 +137,7 @@ jobs: permissions: {} name: Install Cosign v0.6.0 and test presence in path with pre installed libpcsclite1 package steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install libpcsclite1 run: | sudo apt-get update -q @@ -165,7 +165,7 @@ jobs: permissions: {} name: Try to install a wrong Cosign steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Cosign uses: ./ with: @@ -180,7 +180,7 @@ jobs: permissions: {} name: Install Custom Cosign and test presence in path steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Cosign uses: ./ with: @@ -204,7 +204,7 @@ jobs: permissions: {} name: Install Custom Cosign and test presence in path with custom root dir steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install Cosign uses: ./ with: @@ -235,7 +235,7 @@ jobs: - '1.22' name: Try to install cosign with go ${{ matrix.go_version }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version: ${{ matrix.go_version }}