-
-
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.
Merge pull request #1850 from EIGHTFINITE/dependabot/github_actions/a…
…ctions/checkout-4.1.1 Bump actions/checkout from 4.1.0 to 4.1.1
- Loading branch information
Showing
8 changed files
with
18 additions
and
18 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
artifacts: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Artifacts | ||
shell: bash | ||
run: | | ||
|
@@ -37,7 +37,7 @@ jobs: | |
needs: artifacts | ||
if: needs.artifacts.result == 'success' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: README | ||
shell: bash | ||
run: | | ||
|
@@ -89,7 +89,7 @@ jobs: | |
needs: artifacts | ||
if: needs.artifacts.result == 'success' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Downloadlist | ||
shell: bash | ||
run: | | ||
|
@@ -141,7 +141,7 @@ jobs: | |
needs: artifacts | ||
if: needs.artifacts.result == 'success' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Engines | ||
shell: bash | ||
run: | | ||
|
@@ -185,7 +185,7 @@ jobs: | |
needs: artifacts | ||
if: needs.artifacts.result == 'success' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Bundled | ||
shell: bash | ||
run: | | ||
|
@@ -233,7 +233,7 @@ jobs: | |
run: | | ||
pip install setuptools==57.4.0 | ||
pip install git+https://github.com/EIGHTFINITE/demjson.git@master | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
ref: artifacts | ||
- name: jsonlint | ||
|
@@ -253,7 +253,7 @@ jobs: | |
needs: artifacts | ||
if: needs.artifacts.result == 'success' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
ref: artifacts | ||
path: DownloadItYourself | ||
|
@@ -283,7 +283,7 @@ jobs: | |
needs: [artifacts_install] | ||
if: ${{ needs.artifacts_install.result == 'success' }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
ref: artifacts | ||
- name: audit | ||
|
@@ -296,7 +296,7 @@ jobs: | |
needs: [artifacts_jsonlint, artifacts_audit] | ||
if: ${{ needs.artifacts_jsonlint.result == 'success' && needs.artifacts_audit.result == 'success' }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
ref: artifacts | ||
- name: Release | ||
|
@@ -332,7 +332,7 @@ jobs: | |
run: | | ||
pip install setuptools==57.4.0 | ||
pip install git+https://github.com/EIGHTFINITE/demjson.git@master | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
ref: latest | ||
- name: jsonlint | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
authors: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
- name: AUTHORS | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
package_json: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
continue-on-error: true | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
language: [ 'javascript' ] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 'Checkout Repository' | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: 'Dependency Review' | ||
uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
run: | | ||
pip install setuptools==57.4.0 | ||
pip install git+https://github.com/EIGHTFINITE/demjson.git@master | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
path: DownloadItYourself | ||
- name: jsonlint | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
links: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: lychee | ||
id: lychee | ||
uses: lycheeverse/[email protected] | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
install: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
path: DownloadItYourself | ||
- name: install | ||
|
@@ -45,7 +45,7 @@ jobs: | |
needs: [install] | ||
if: ${{ needs.install.result == 'success' }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: audit | ||
shell: bash | ||
run: | | ||
|