diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 2782eb6..7c03478 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -16,7 +16,7 @@ jobs: security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files. steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false diff --git a/check-update-uv-lock/action.yml b/check-update-uv-lock/action.yml index bcef9a1..06ca29b 100644 --- a/check-update-uv-lock/action.yml +++ b/check-update-uv-lock/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Check if uv lock is up to date shell: bash id: check_uv_lock diff --git a/git-clone/action.yml b/git-clone/action.yml index 1dceff8..a1a5134 100644 --- a/git-clone/action.yml +++ b/git-clone/action.yml @@ -20,7 +20,7 @@ runs: using: "composite" steps: - name: Install uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Run cloning script shell: bash env: diff --git a/setup-deploy/action.yml b/setup-deploy/action.yml index 624b994..1310f9d 100644 --- a/setup-deploy/action.yml +++ b/setup-deploy/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Clone ${{ inputs.repo }} repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: token: ${{ inputs.git-pat }} path: ${{ inputs.repo }}