-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b630f81
commit bcf2ca9
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3 | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
publish-smoke-test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].6 | ||
- uses: enriikke/gatsby-gh-pages-action@v2 | ||
env: | ||
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -25,7 +25,7 @@ jobs: | |
needs: publish-smoke-test | ||
steps: | ||
- name: Checkout Smoke Test Branch | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: smoke-test | ||
ref: smoke-test | ||
|
@@ -35,7 +35,7 @@ jobs: | |
echo $ST_LC | ||
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV | ||
- name: Checkout Published Branch | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: published | ||
ref: gh-pages | ||
|
@@ -58,7 +58,7 @@ jobs: | |
needs: verify-smoke-test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].6 | ||
with: | ||
ref: gh-pages | ||
- name: merge commit push | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- ubuntu-latest | ||
- windows-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].6 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '16' | ||
|