From 7810d1be4fc4e96b24848881015e22639b12e692 Mon Sep 17 00:00:00 2001 From: Gwyneth Llewelyn Date: Sun, 10 May 2026 21:09:47 +0100 Subject: [PATCH] CI/CD: Toying around with new workflows --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/go.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cb470af..54820ff 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 75876fa..2626b8e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,9 +19,7 @@ on: branches: [ "master" ] workflow_dispatch: - jobs: - build: env: IMAGEMAGICK_VERSION: 7.1.2-7 @@ -69,7 +67,7 @@ jobs: # Moving on to Go... - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: # go-version: '1.24' go-version-file: './go.mod'