Mercurial > p > roundup > code
changeset 8479:69fc3cee878c
chore: github actions/checkout upgrade 5.0.0 to 6.0.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Nov 2025 11:50:19 -0500 |
| parents | ed4ef394d5d6 |
| children | 3ab30654e9c1 |
| files | .github/workflows/anchore.yml .github/workflows/build-xapian.yml .github/workflows/ci-test.yml .github/workflows/codeql-analysis.yml .github/workflows/ossf-scorecard.yml |
| diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sat Nov 15 16:59:24 2025 -0500 +++ b/.github/workflows/anchore.yml Mon Nov 24 11:50:19 2025 -0500 @@ -37,7 +37,7 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - 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
--- a/.github/workflows/build-xapian.yml Sat Nov 15 16:59:24 2025 -0500 +++ b/.github/workflows/build-xapian.yml Mon Nov 24 11:50:19 2025 -0500 @@ -42,7 +42,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # Setup version of Python to use - name: Set Up Python 3.13
--- a/.github/workflows/ci-test.yml Sat Nov 15 16:59:24 2025 -0500 +++ b/.github/workflows/ci-test.yml Mon Nov 24 11:50:19 2025 -0500 @@ -116,7 +116,7 @@ # if: {{ false }} # continue running if step fails # continue-on-error: true - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }}
--- a/.github/workflows/codeql-analysis.yml Sat Nov 15 16:59:24 2025 -0500 +++ b/.github/workflows/codeql-analysis.yml Mon Nov 24 11:50:19 2025 -0500 @@ -49,7 +49,7 @@ steps: - name: Checkout repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL
--- a/.github/workflows/ossf-scorecard.yml Sat Nov 15 16:59:24 2025 -0500 +++ b/.github/workflows/ossf-scorecard.yml Mon Nov 24 11:50:19 2025 -0500 @@ -35,7 +35,7 @@ steps: - name: "Checkout code" - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: persist-credentials: false
