diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e8222b64..a0c035cd 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 1 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2414fa70..f2843219 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -28,7 +28,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -59,7 +59,7 @@ jobs: - name: Install Ghidra # Sets GHIDRA_INSTALL_DIR for subsequent steps and the agent session. - uses: antoniovazquezblanco/setup-ghidra@v2.1.2 + uses: antoniovazquezblanco/setup-ghidra@v2.1.3 with: version: "latest" auth_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-ghidra.yml b/.github/workflows/publish-ghidra.yml index cd945e5b..f8726341 100644 --- a/.github/workflows/publish-ghidra.yml +++ b/.github/workflows/publish-ghidra.yml @@ -27,14 +27,14 @@ jobs: name: Build distribution 📦 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Java 🍵 uses: actions/setup-java@v5 with: java-version: "21" distribution: "microsoft" - name: Install Ghidra 🐉 - uses: antoniovazquezblanco/setup-ghidra@v2.1.2 + uses: antoniovazquezblanco/setup-ghidra@v2.1.3 with: version: ${{ matrix.ghidra-version }} auth_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index de4da990..e965c0c5 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -22,7 +22,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # Fetch all history for setuptools_scm to determine version from git tags fetch-depth: 0 diff --git a/.github/workflows/test-ghidra.yml b/.github/workflows/test-ghidra.yml index 59a9fa2c..6da88479 100644 --- a/.github/workflows/test-ghidra.yml +++ b/.github/workflows/test-ghidra.yml @@ -29,7 +29,7 @@ jobs: name: Test on Ghidra ${{ matrix.ghidra-version }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true @@ -40,7 +40,7 @@ jobs: distribution: "microsoft" - name: Install Ghidra 🐉 - uses: antoniovazquezblanco/setup-ghidra@v2.1.2 + uses: antoniovazquezblanco/setup-ghidra@v2.1.3 with: version: ${{ matrix.ghidra-version }} auth_token: ${{ secrets.GITHUB_TOKEN }} @@ -94,7 +94,7 @@ jobs: name: Lint and Check 🔍 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true @@ -105,7 +105,7 @@ jobs: distribution: "microsoft" - name: Install Ghidra 🐉 - uses: antoniovazquezblanco/setup-ghidra@v2.1.2 + uses: antoniovazquezblanco/setup-ghidra@v2.1.3 with: version: "latest" auth_token: ${{ secrets.GITHUB_TOKEN }} @@ -138,7 +138,7 @@ jobs: security-events: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: lfs: true @@ -156,7 +156,7 @@ jobs: queries: security-extended,security-and-quality - name: Install Ghidra 🐉 - uses: antoniovazquezblanco/setup-ghidra@v2.1.2 + uses: antoniovazquezblanco/setup-ghidra@v2.1.3 with: version: "latest" auth_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-headless.yml b/.github/workflows/test-headless.yml index b65ba32f..6b6988db 100644 --- a/.github/workflows/test-headless.yml +++ b/.github/workflows/test-headless.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -63,7 +63,7 @@ jobs: python-version: "3.10" - name: Install Ghidra ${{ matrix.ghidra-version }} - uses: antoniovazquezblanco/setup-ghidra@v2.1.2 + uses: antoniovazquezblanco/setup-ghidra@v2.1.3 with: version: ${{ matrix.ghidra-version }} auth_token: ${{ secrets.GITHUB_TOKEN }}