diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 67d427c..a0bb054 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -25,7 +25,7 @@ jobs: permissions: {} name: Install kyverno-json and test presence in path steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install kyverno-json uses: ./ - name: Check install @@ -48,7 +48,7 @@ jobs: permissions: {} name: Install kyverno-json with cosign verification and test presence in path steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install Cosign uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 - name: Install kyverno-json @@ -75,7 +75,7 @@ jobs: permissions: {} name: Install kyverno-json and test presence in path from GitHub steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install kyverno-json uses: kyverno/action-install-kyverno-json@main - name: Check install @@ -98,7 +98,7 @@ jobs: permissions: {} name: Install kyverno-json and test presence in path steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install kyverno-json uses: ./ with: @@ -123,7 +123,7 @@ jobs: permissions: {} name: Try to install a wrong version steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install kyverno-json uses: ./ with: @@ -138,7 +138,7 @@ jobs: permissions: {} name: Install kyverno-json and test presence in path steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install kyverno-json uses: ./ with: @@ -162,7 +162,7 @@ jobs: permissions: {} name: Install kyverno-json and test presence in path with custom root dir steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install kyverno-json uses: ./ with: @@ -192,7 +192,7 @@ jobs: - '1.21' name: Try to install with go ${{ matrix.go_version }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ matrix.go_version }} diff --git a/.github/workflows/check-actions.yaml b/.github/workflows/check-actions.yaml index bdfac62..92eca34 100644 --- a/.github/workflows/check-actions.yaml +++ b/.github/workflows/check-actions.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328d4ea95eaf8b3bd6c6cef308f709a5f2ec # v3.0.3 with: