Skip to content

Commit 175cdfb

Browse files
Merge branch 'main' into fix/add-codeql-workflow
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents b3e29ca + d67f2f4 commit 175cdfb

9 files changed

Lines changed: 413 additions & 167 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
1818
continue-on-error: true
1919
permissions:
20+
actions: read
2021
contents: read

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
workflow_dispatch:
88

99
permissions:
10+
actions: read
1011
contents: read
1112
pages: write
1213
id-token: write

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
build-mode: none
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
33+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3
36+
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
3737
with:
3838
languages: ${{ matrix.language }}
3939
build-mode: ${{ matrix.build-mode }}
4040

4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@29b1f65c1f735799893313399435a59f54045865 # v3
42+
uses: github/codeql-action/autobuild@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3
45+
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4

.github/workflows/governance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
permissions:
12+
actions: read
1213
contents: read
1314

1415
jobs:

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
permissions:
14+
actions: read
1415
contents: read
1516
security-events: write
1617

@@ -217,7 +218,7 @@ jobs:
217218
always() &&
218219
(github.event_name != 'pull_request' ||
219220
github.event.pull_request.head.repo.fork != true)
220-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
221+
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v3.28.1
221222
with:
222223
sarif_file: hypatia.sarif
223224
# Distinct category so Hypatia results coexist with CodeQL's

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main, master]
66
workflow_dispatch:
77
permissions:
8+
actions: read
89
contents: read
910
pages: write
1011
id-token: write

.github/workflows/push-email-notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: Push email notification
77
on:
88
push: {}
99
permissions:
10+
actions: read
1011
contents: read
1112
jobs:
1213
notify:

GOVERNANCE.adoc

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)