Skip to content

Commit 259af6b

Browse files
Merge branch 'main' into fix/drop-retired-trufflehog-job
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents 048ae09 + b5c587b commit 259af6b

7 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 15
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414
- name: Trigger BoJ Server (Casket/ssg-mcp)
1515
run: |
1616
# Send a secure trigger to boj-server to build this repository

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
20+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
2121

2222
- name: Setup Pages
2323
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
# Analyses the GitHub Actions workflows in this repo. This is a Julia
@@ -33,7 +34,7 @@ jobs:
3334
build-mode: none
3435
steps:
3536
- name: Checkout
36-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3738

3839
- name: Initialize CodeQL
3940
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v3

.github/workflows/mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
name: Mirror to Git Forges

.github/workflows/pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
name: GitHub Pages (Ddraig SSG)
23
on:
34
push:
@@ -18,9 +19,9 @@ jobs:
1819
image: ghcr.io/stefan-hoeck/idris2-pack@sha256:f0758996a931fb35d9ecb1de273c4d59dabe2a09b433afc7e357f65a08b7e1ff
1920
steps:
2021
- name: Checkout Site
21-
uses: actions/checkout@v7
22+
uses: actions/checkout@v7.0.1
2223
- name: Checkout Ddraig SSG
23-
uses: actions/checkout@v7
24+
uses: actions/checkout@v7.0.1
2425
with:
2526
repository: hyperpolymath/ddraig-ssg
2627
path: .ddraig-ssg

.github/workflows/registry-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 15
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636

3737
- name: Set up Julia
3838
uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2

.github/workflows/secret-scanner.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
name: Secret Scanner
@@ -14,8 +15,5 @@ jobs:
1415
scan:
1516
permissions:
1617
contents: read
17-
pull-requests: write
18-
actions: read
19-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
20-
secrets: inherit
18+
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
2119
secrets: inherit

0 commit comments

Comments
 (0)