diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fab1cb6..f62058f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run attest-provenance id: attest-provenance uses: ./ diff --git a/action.yml b/action.yml index be61645..83b76ac 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: id: attest env: NODE_OPTIONS: "--max-http-header-size=32768" - uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 with: subject-path: ${{ inputs.subject-path }} subject-name: ${{ inputs.subject-name }}