From 75d68ff250d715cb4a8d529b3ccb757c2dfa559f Mon Sep 17 00:00:00 2001 From: Jack Edwards Date: Sat, 11 Jan 2025 12:30:35 -0600 Subject: [PATCH 1/2] Update action versions --- .github/workflows/build-and-push-api.yml | 10 +++++----- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-push-api.yml b/.github/workflows/build-and-push-api.yml index a9a23ab4..ad5afd74 100644 --- a/.github/workflows/build-and-push-api.yml +++ b/.github/workflows/build-and-push-api.yml @@ -31,13 +31,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.registry }} username: ${{ github.actor }} @@ -45,14 +45,14 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.registry }}/${{ vars.API_IMAGE_NAME }} flavor: | latest=${{ (github.event_name == 'workflow_dispatch' && 'true') || 'auto' }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v6 with: context: . file: ./Crypter.API/Dockerfile diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8df792ad..918a612e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. From bf4510a9fe6311c20718971b1e75f8ceb5fc3c93 Mon Sep 17 00:00:00 2001 From: Jack Edwards Date: Sat, 11 Jan 2025 12:38:30 -0600 Subject: [PATCH 2/2] Update NuGet packages --- Crypter.Common/Crypter.Common.csproj | 2 +- Crypter.Test.Web/Crypter.Test.Web.csproj | 3 +-- Crypter.Test/Crypter.Test.csproj | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Crypter.Common/Crypter.Common.csproj b/Crypter.Common/Crypter.Common.csproj index a20d7d4e..7710ea84 100644 --- a/Crypter.Common/Crypter.Common.csproj +++ b/Crypter.Common/Crypter.Common.csproj @@ -6,7 +6,7 @@ 12 - + diff --git a/Crypter.Test.Web/Crypter.Test.Web.csproj b/Crypter.Test.Web/Crypter.Test.Web.csproj index 0467340e..6bb474c9 100644 --- a/Crypter.Test.Web/Crypter.Test.Web.csproj +++ b/Crypter.Test.Web/Crypter.Test.Web.csproj @@ -8,11 +8,10 @@ - - + diff --git a/Crypter.Test/Crypter.Test.csproj b/Crypter.Test/Crypter.Test.csproj index 88591a18..5fb56640 100644 --- a/Crypter.Test/Crypter.Test.csproj +++ b/Crypter.Test/Crypter.Test.csproj @@ -16,7 +16,7 @@ - +