# HG changeset patch # User John Rouillard # Date 1765253277 18000 # Node ID 4e0944649af780876b4a8057cbad34ac969ca1e7 # Parent 7142740e6547acc933baab05a985441a2bce2f45 chore: update actions/checkout from 6.0.0 to 6.1.1 pull74 diff -r 7142740e6547 -r 4e0944649af7 .github/workflows/anchore.yml --- a/.github/workflows/anchore.yml Mon Dec 08 23:05:26 2025 -0500 +++ b/.github/workflows/anchore.yml Mon Dec 08 23:07:57 2025 -0500 @@ -37,7 +37,7 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Build the Docker image run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest - name: List the Docker image diff -r 7142740e6547 -r 4e0944649af7 .github/workflows/build-xapian.yml --- a/.github/workflows/build-xapian.yml Mon Dec 08 23:05:26 2025 -0500 +++ b/.github/workflows/build-xapian.yml Mon Dec 08 23:07:57 2025 -0500 @@ -42,7 +42,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Setup version of Python to use - name: Set Up Python 3.13 diff -r 7142740e6547 -r 4e0944649af7 .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Mon Dec 08 23:05:26 2025 -0500 +++ b/.github/workflows/ci-test.yml Mon Dec 08 23:07:57 2025 -0500 @@ -116,7 +116,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} diff -r 7142740e6547 -r 4e0944649af7 .github/workflows/codeql-analysis.yml --- a/.github/workflows/codeql-analysis.yml Mon Dec 08 23:05:26 2025 -0500 +++ b/.github/workflows/codeql-analysis.yml Mon Dec 08 23:07:57 2025 -0500 @@ -49,7 +49,7 @@ steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff -r 7142740e6547 -r 4e0944649af7 .github/workflows/ossf-scorecard.yml --- a/.github/workflows/ossf-scorecard.yml Mon Dec 08 23:05:26 2025 -0500 +++ b/.github/workflows/ossf-scorecard.yml Mon Dec 08 23:07:57 2025 -0500 @@ -35,7 +35,7 @@ steps: - name: "Checkout code" - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false