Skip to content

Commit 2b7749d

Browse files
committed
Debug CodeQL workflow and new partial
1 parent 1f7fe1e commit 2b7749d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/build-site/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: "Build site"
22
description: "Install frameworks and dependencies, then build the site."
3+
author: "bmurty"
34
runs:
45
using: composite
56
steps:
6-
- name: Checkout repository
7-
uses: actions/checkout@v6
87
- name: Install Deno
98
uses: denoland/setup-deno@v2
109
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@v6
3030
- id: build-site
31-
uses: ./.github/actions/build-site@main
31+
uses: ./.github/actions/build-site
3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v4
3434
with:

0 commit comments

Comments
 (0)