Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hurl-bot committed Jun 13, 2024
1 parent 2fb29f3 commit d13d4ea
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
- 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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7

- name: Environment
run: bin/environment.sh
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extra-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 1
ref: ${{ github.event.inputs.set-release-version }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Retrieve release-generic-linux-x64-artifacts
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -435,7 +435,7 @@ jobs:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Manage vcpkg cache
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
with:
ref: ${{ needs.set-context.outputs.release_branch }}

Expand Down
18 changes: 9 additions & 9 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].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Python 3.10
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Build, Test units and Integration tests
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Build, Test units and Integration tests
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Build, Test units and Integration tests
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
rust: [stable]
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Install Prerequisites
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: ${{ inputs.branch }}
- name: Manage vcpkg cache
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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
with:
ref: master

Expand Down

0 comments on commit d13d4ea

Please sign in to comment.