File tree Expand file tree Collapse file tree 14 files changed +29
-29
lines changed
Expand file tree Collapse file tree 14 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1717 using : " composite"
1818 steps :
1919 - name : Cache Vagrant boxes
20- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
20+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
2121 with :
2222 path : ~/.vagrant.d/boxes
2323 key : ${{ runner.os }}-vagrant-${{ inputs.distro }}-${{ hashFiles('distros_supported.yml') }}
Original file line number Diff line number Diff line change 3030 if : >-
3131 ( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
3232 steps :
33- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
33+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3434 - name : Install requirements
3535 env :
3636 OS_KOLLA_BUILD_ARGS :
7272 if : >-
7373 ( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
7474 steps :
75- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
75+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
7676 - uses : ./.github/actions/vagrant-setup
7777 with :
7878 distro : ${{ matrix.distro }}
Original file line number Diff line number Diff line change 2424 contents : write # for technote-space/create-pr-action to push code
2525 pull-requests : write # for technote-space/create-pr-action to create a PR
2626 steps :
27- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
27+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2828 - name : Update diagram
2929 uses : githubocto/repo-visualizer@a999615bdab757559bf94bda1fe6eef232765f85 # 0.9.1
3030 with :
Original file line number Diff line number Diff line change 2222 pull-requests : write # for technote-space/create-pr-action to create a PR
2323 runs-on : vm-self-hosted
2424 steps :
25- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3
25+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
26+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
2727 with :
2828 path : ~/.vagrant.d/boxes
2929 key : ${{ runner.os }}-vagrant-${{ hashFiles('distros_supported.yml') }}
Original file line number Diff line number Diff line change 1818 name : Count Lines of Code
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2222 - name : Setup Go
2323 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 5.5.0
2424 with :
@@ -31,14 +31,14 @@ jobs:
3131 name : Check documentation external links
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
34+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3535 - name : Check broken links
3636 uses : gaurav-nelson/github-action-markdown-link-check@4a1af151f4d7cf4d8f8ac5780597672a3671b88b # 1.0.17
3737 check-super-linter :
3838 name : Check syntax (super-linter)
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
41+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4242 - uses : super-linter/super-linter@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # 8.0.0
4343 env :
4444 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5050 name : Check syntax (tox)
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
53+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
5454 - name : Install tox
5555 run : python -m pip install tox --break-system-packages
5656 - name : Run tox lint validation
Original file line number Diff line number Diff line change 2424 ( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
27+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2828 - name : Run the sh-checker
2929 uses : luizm/action-sh-checker@17bd25a6ee188d2b91f677060038f4ba37ba14b2 # 0.9.0
3030 env :
3737 name : Run BDD shell specs for Bash demo
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
40+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4141 - name : Install ShellSpec
4242 run : curl -fsSL https://github.com/shellspec/shellspec/releases/latest/download/shellspec-dist.tar.gz | tar -xz -C ..
4343 - name : Run Shellspec
Original file line number Diff line number Diff line change 2727 if : >-
2828 ( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
2929 steps :
30- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
30+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3131 - name : Get matrix values
3232 id : set-matrix
3333 run : |
5454 distro : ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
5555 runs-on : vm-self-hosted
5656 steps :
57- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
57+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
5858 - uses : ./.github/actions/vagrant-setup
5959 with :
6060 distro : ${{ matrix.distro }}
7575 if : >-
7676 ( github.event_name == 'pull_request_review' && github.event.review.state == 'approved' ) || github.event_name != 'pull_request_review'
7777 steps :
78- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
78+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
7979 - name : Install requirements
8080 run : |
8181 sudo apt-get update
Original file line number Diff line number Diff line change 3232 VAGRANT_EXPERIMENTAL : disks
3333 OS_NUM_COMPUTE_NODES : 1
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
35+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3636 - uses : ./.github/actions/vagrant-setup
3737 - name : Install Vagrant Reload plugin
3838 run : vagrant plugin install vagrant-reload
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout the latest code
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
23+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2424 with :
2525 token : ${{ secrets.GITHUB_TOKEN }}
2626 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 1818 generate-json-matrix :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2222 - name : Get matrix values
2323 id : set-matrix
2424 run : |
4545 distro : ${{ fromJson(needs.generate-json-matrix.outputs.matrix) }}
4646 runs-on : vm-self-hosted
4747 steps :
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
48+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4949 - uses : ./.github/actions/vagrant-setup
5050 - name : Deploy latest release in All-in-One instance
5151 env :
You can’t perform that action at this time.
0 commit comments