Skip to content

Commit f7caecf

Browse files
authored
Fix GitHub token chaining for safe outputs (#8159)
1 parent 1f00c03 commit f7caecf

126 files changed

Lines changed: 1792 additions & 934 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/devcontainer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
"image": "mcr.microsoft.com/devcontainers/go:1-bookworm",
44
"customizations": {
55
"vscode": {
6-
"extensions": ["golang.go", "GitHub.copilot-chat", "GitHub.copilot", "github.vscode-github-actions", "astro-build.astro-vscode", "DavidAnson.vscode-markdownlint"]
6+
"extensions": [
7+
"golang.go",
8+
"GitHub.copilot-chat",
9+
"GitHub.copilot",
10+
"github.vscode-github-actions",
11+
"astro-build.astro-vscode",
12+
"DavidAnson.vscode-markdownlint"
13+
]
714
},
815
"codespaces": {
916
"repositories": {

0 commit comments

Comments
 (0)