-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d14d82
commit 87760f3
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ on: | |
|
||
jobs: | ||
static: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].8 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
|
||
security: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].8 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results | ||
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status | ||
|
||
chain-bench: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].8 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
|
||
jobs: | ||
publish_docs: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].8 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
|
||
jobs: | ||
refresh_presentation_branch: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].8 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
|
||
jobs: | ||
update_release_draft: | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].8 | ||
uses: nolte/gh-plumbing/.github/workflows/[email protected].10 | ||
permissions: | ||
# write permission is required to create a github release | ||
contents: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mkdocs-include-markdown-plugin==6.0.4 | ||
mkdocs-material==9.5.4 | ||
mkdocs-material==9.5.11 | ||
mkdocs==1.5.3 | ||
pymdown-extensions==10.7 |