# HG changeset patch # User John Rouillard # Date 1769568043 18000 # Node ID 951db09501746d3d3b4683df35bcd6d220b2a9bd # Parent 00aec15117c00105d298ad945616e4de9dd93c36 chore(build): bump actions/checkout from 6.0.1 to 6.0.2 pull #79 diff -r 00aec15117c0 -r 951db0950174 .github/workflows/anchore.yml --- a/.github/workflows/anchore.yml Tue Jan 27 21:07:02 2026 -0500 +++ b/.github/workflows/anchore.yml Tue Jan 27 21:40:43 2026 -0500 @@ -37,7 +37,7 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - 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 00aec15117c0 -r 951db0950174 .github/workflows/build-xapian.yml --- a/.github/workflows/build-xapian.yml Tue Jan 27 21:07:02 2026 -0500 +++ b/.github/workflows/build-xapian.yml Tue Jan 27 21:40:43 2026 -0500 @@ -42,7 +42,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # Setup version of Python to use - name: Set Up Python 3.13 diff -r 00aec15117c0 -r 951db0950174 .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Tue Jan 27 21:07:02 2026 -0500 +++ b/.github/workflows/ci-test.yml Tue Jan 27 21:40:43 2026 -0500 @@ -116,7 +116,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} diff -r 00aec15117c0 -r 951db0950174 .github/workflows/codeql-analysis.yml --- a/.github/workflows/codeql-analysis.yml Tue Jan 27 21:07:02 2026 -0500 +++ b/.github/workflows/codeql-analysis.yml Tue Jan 27 21:40:43 2026 -0500 @@ -49,7 +49,7 @@ steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff -r 00aec15117c0 -r 951db0950174 .github/workflows/ossf-scorecard.yml --- a/.github/workflows/ossf-scorecard.yml Tue Jan 27 21:07:02 2026 -0500 +++ b/.github/workflows/ossf-scorecard.yml Tue Jan 27 21:40:43 2026 -0500 @@ -35,7 +35,7 @@ steps: - name: "Checkout code" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false