From 99da313fde81e8b8803fdf85a6569352b6656eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:25:28 +0000 Subject: [PATCH 1/2] Update actions/checkout digest to 692973e --- .github/workflows/ci.yml | 2 +- .github/workflows/container_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5bec7a..d2377a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index bb84387..e1d29b8 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Log in to the Container registry uses: docker/login-action@v3 From 38874698ae72ecd65ce594b7dc769ab8069883ed Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Tue, 25 Jun 2024 13:31:50 -0400 Subject: [PATCH 2/2] Replace digest hashes with semantic version tags --- .github/workflows/ci.yml | 2 +- .github/workflows/container_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2377a2..e8b67c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index e1d29b8..a62257d 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@v4 - name: Log in to the Container registry uses: docker/login-action@v3