-
Notifications
You must be signed in to change notification settings - Fork 487
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
Showing
11 changed files
with
39 additions
and
39 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 |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
echo "base_ref=$(jq -rc .base.ref ${pr_detail_file})" | tee -a "${GITHUB_OUTPUT}" | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ env.BASE_REF }} | ||
token: ${{ secrets.HURL_BOT_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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
- name: Auto close inactive PR | ||
run: .github/workflows/bin/auto-close-inactive-pr.sh --github-project-path "${REPO}" --github-token "${GITHUB_TOKEN}" --max-days-of-inactivity 15 | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
steps: | ||
|
||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
|
||
|
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: | |
rust: [stable] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Environment | ||
run: bin/environment.sh | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 1 | ||
ref: ${{ github.event.inputs.set-release-version }} | ||
|
@@ -50,7 +50,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 1 | ||
ref: ${{ github.event.inputs.set-release-version }} | ||
|
@@ -67,7 +67,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 1 | ||
ref: ${{ github.event.inputs.set-release-version }} | ||
|
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 |
---|---|---|
|
@@ -19,11 +19,11 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Python 3.10 | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Install python3 venv | ||
|
@@ -60,7 +60,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Set up QEMU | ||
|
@@ -109,7 +109,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Retrieve release-generic-linux-x64-artifacts | ||
|
@@ -160,7 +160,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Retrieve release-generic-linux-x64-artifacts | ||
|
@@ -211,7 +211,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Retrieve release-generic-linux-x64-artifacts | ||
|
@@ -262,7 +262,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Retrieve release-generic-linux-x64-artifacts | ||
|
@@ -315,7 +315,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Set up Docker Buildx | ||
|
@@ -386,11 +386,11 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Python 3.10 | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Install Prerequisites | ||
|
@@ -437,7 +437,7 @@ jobs: | |
runs-on: macos-13 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Prerequisites | ||
|
@@ -486,7 +486,7 @@ jobs: | |
runs-on: macos-14 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Prerequisites | ||
|
@@ -541,7 +541,7 @@ jobs: | |
git config --global core.autocrlf false | ||
git config --global core.eol lf | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Rust | ||
|
@@ -593,7 +593,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- uses: actions/[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 |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Check release pull request existence | ||
id: check-release-pull-request-existence | ||
|
@@ -169,7 +169,7 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
if: github.ref_name == 'master' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Create release branch | ||
if: github.ref_name == 'master' | ||
|
@@ -185,7 +185,7 @@ jobs: | |
fi | ||
- name: Checkout new release branch | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ needs.set-context.outputs.release_branch }} | ||
|
||
|
@@ -291,7 +291,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout new release branch | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ needs.set-context.outputs.release_branch }} | ||
|
||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Prerequisites | ||
|
@@ -55,11 +55,11 @@ jobs: | |
rust: [stable] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Python 3.10 | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Install Prerequisites | ||
|
@@ -104,11 +104,11 @@ jobs: | |
rust: [stable] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Python 3.10 | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.10' | ||
- name: Install Prerequisites | ||
|
@@ -148,7 +148,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Build, Test units and Integration tests | ||
|
@@ -189,7 +189,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Build, Test units and Integration tests | ||
|
@@ -237,7 +237,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Build, Test units and Integration tests | ||
|
@@ -287,7 +287,7 @@ jobs: | |
rust: [stable] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Prerequisites | ||
|
@@ -335,7 +335,7 @@ jobs: | |
rust: [stable] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Prerequisites | ||
|
@@ -389,7 +389,7 @@ jobs: | |
git config --global core.autocrlf false | ||
git config --global core.eol lf | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
- name: Install Rust | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: master | ||
token: ${{ secrets.HURL_BOT_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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: ${{ inputs.branch }} | ||
|
||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
ref: master | ||
|
||
|