File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717jobs :
1818 beman-submodule-check :
19- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@4d946e210ce2ee68ccd8607c8acccacf171830c5 # 1.7.1
19+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@b83fb68ccf4644e9185a2e016b7e6dfccc88a06c # 1.7.2
2020
2121 preset-test :
22- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@4d946e210ce2ee68ccd8607c8acccacf171830c5 # 1.7.1
22+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@b83fb68ccf4644e9185a2e016b7e6dfccc88a06c # 1.7.2
2323 with :
2424 matrix_config : >
2525 [
3434 ]
3535
3636 build-and-test :
37- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@4d946e210ce2ee68ccd8607c8acccacf171830c5 # 1.7.1
37+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@b83fb68ccf4644e9185a2e016b7e6dfccc88a06c # 1.7.2
3838 with :
3939 matrix_config : >
4040 {
@@ -147,4 +147,4 @@ jobs:
147147 permissions :
148148 contents : read
149149 issues : write
150- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@4d946e210ce2ee68ccd8607c8acccacf171830c5 # 1.7.1
150+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@b83fb68ccf4644e9185a2e016b7e6dfccc88a06c # 1.7.2
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Harden the runner (Audit all outbound calls)
36- uses : step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
36+ uses : step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
3737 with :
3838 egress-policy : audit
3939
Original file line number Diff line number Diff line change 1515 checks : write
1616 issues : write
1717 pull-requests : write
18- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@4d946e210ce2ee68ccd8607c8acccacf171830c5 # ratchet:bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.7.1
18+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@b83fb68ccf4644e9185a2e016b7e6dfccc88a06c # ratchet:bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.7.2
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : write
1717 pull-requests : write
18- uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@4d946e210ce2ee68ccd8607c8acccacf171830c5 # 1.7.1
18+ uses : bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@b83fb68ccf4644e9185a2e016b7e6dfccc88a06c # 1.7.2
1919 secrets :
2020 APP_ID : ${{ secrets.AUTO_PR_BOT_APP_ID }}
2121 PRIVATE_KEY : ${{ secrets.AUTO_PR_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ repos:
1313 # This brings in a portable version of clang-format.
1414 # See also: https://github.com/ssciwr/clang-format-wheel
1515 - repo : https://github.com/pre-commit/mirrors-clang-format
16- rev : v22.1.4
16+ rev : v22.1.5
1717 hooks :
1818 - id : clang-format
1919 types_or : [c++, c]
2020
2121 # CMake linting and formatting
2222 - repo : https://github.com/BlankSpruce/gersemi-pre-commit
23- rev : 0.27.2
23+ rev : 0.27.4
2424 hooks :
2525 - id : gersemi
2626 name : CMake linting
4747
4848 # Beman Standard checking via beman-tidy
4949 - repo : https://github.com/bemanproject/beman-tidy
50- rev : v0.4.0
50+ rev : v0.4.1
5151 hooks :
5252 - id : beman-tidy
5353 args : [".", "--verbose", "--require-all"]
Original file line number Diff line number Diff line change 11pre-commit
2- clang-format==22.1.4
2+ clang-format==22.1.5
33gcovr
Original file line number Diff line number Diff line change 11cfgv == 3.5.0
22 # via pre-commit
3- clang-format == 22.1.4
3+ clang-format == 22.1.5
44 # via -r requirements-dev.in
55colorlog == 6.10.1
66 # via gcovr
You can’t perform that action at this time.
0 commit comments