CI/CD: Toying around with new workflows

This commit is contained in:
Gwyneth Llewelyn
2026-05-10 21:12:29 +01:00
parent 89531b39ee
commit 7810d1be4f
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -3
View File
@@ -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'