diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml index 8ee48310f..df6460203 100644 --- a/.github/workflows/build-extra.yml +++ b/.github/workflows/build-extra.yml @@ -60,7 +60,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install dependencies @@ -83,7 +83,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install clang-tools-14 and dependencies @@ -102,7 +102,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install cppcheck @@ -121,7 +121,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install cppcheck @@ -138,7 +138,7 @@ jobs: allowed-endpoints: > azure.archive.ubuntu.com:80 github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install dependencies diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d2652b78..2d6b1af75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: www.debian.org:443 www.debian.org:80 yahoo.com:1025 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: update package information run: sudo apt-get update - name: install dependencies diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 52fb21cce..d46c0a3b7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -85,7 +85,7 @@ jobs: uploads.github.com:443 - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml index 54188c787..144d52327 100644 --- a/.github/workflows/profile-checks.yml +++ b/.github/workflows/profile-checks.yml @@ -33,7 +33,7 @@ jobs: allowed-endpoints: > github.com:443 - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # - name: sort.py # run: ./ci/check/profiles/sort.py etc/inc/*.inc etc/{profile-a-l,profile-m-z}/*.profile # Currently broken (see #5610)