Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions #3336

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/accept-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-close-inactive-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ inputs.branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/extra-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand All @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-branch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading