Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
cooldown:
default-days: 3
schedule:
interval: weekly

- package-ecosystem: npm
directory: "/"
cooldown:
default-days: 3
schedule:
interval: weekly
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
# TODO(security): Review pinning GitHub-owned actions to full commit SHAs once an update process is in place.
Comment thread
claire153 marked this conversation as resolved.
Outdated
- name: Checkout repository
uses: actions/checkout@v5
Comment on lines 39 to 41

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dependency-submission-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Example Dependency Submission
on: push

permissions:
# TODO(security): Confirm this example still requires contents: write for dependency submission.
contents: write

jobs:
example-submission:
runs-on: ubuntu-latest
steps:
# TODO(security): Review pinning GitHub-owned actions to full commit SHAs once an update process is in place.
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:

permissions:
contents: read
# TODO(security): Human review required before changing release publish credentials/provenance behavior.
id-token: write # for provenance and publish access

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
# TODO(security): Review pinning GitHub-owned actions to full commit SHAs once an update process is in place.
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
# TODO(security): Review pinning GitHub-owned actions to full commit SHAs once an update process is in place.
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
min-release-age=3
Loading