diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b896eb0..3d59730 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v7 + uses: actions/checkout@v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/gemini-invoke.yml b/.github/workflows/gemini-invoke.yml index 56ac872..e633a16 100644 --- a/.github/workflows/gemini-invoke.yml +++ b/.github/workflows/gemini-invoke.yml @@ -38,7 +38,7 @@ jobs: permission-pull-requests: 'write' - name: 'Checkout Code' - uses: 'actions/checkout@v7' # ratchet:exclude + uses: 'actions/checkout@v7.0.1' # ratchet:exclude with: persist-credentials: 'false' diff --git a/.github/workflows/gemini-plan-execute.yml b/.github/workflows/gemini-plan-execute.yml index 1e82517..3d5fbb2 100644 --- a/.github/workflows/gemini-plan-execute.yml +++ b/.github/workflows/gemini-plan-execute.yml @@ -40,7 +40,7 @@ jobs: permission-pull-requests: 'write' - name: 'Checkout Code' - uses: 'actions/checkout@v7' # ratchet:exclude + uses: 'actions/checkout@v7.0.1' # ratchet:exclude with: persist-credentials: 'false' diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index 38cd07f..8f25e1a 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -39,7 +39,7 @@ jobs: permission-pull-requests: 'write' - name: 'Checkout repository' - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # ratchet:actions/checkout@v6 + uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # ratchet:actions/checkout@v6 with: persist-credentials: 'false'