diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f00559e3..9f6034fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \ mtools ninja-build openssl libssl-dev python3 python3-pip lld - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -151,7 +151,7 @@ jobs: clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \ mtools ninja-build openssl libssl-dev python3 python3-pip lld - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -190,7 +190,7 @@ jobs: clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \ mtools ninja-build openssl libssl-dev python3 python3-pip lld - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -229,7 +229,7 @@ jobs: clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \ mtools ninja-build openssl libssl-dev python3 python3-pip lld - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -268,7 +268,7 @@ jobs: clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \ mtools ninja-build openssl libssl-dev python3 python3-pip lld - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -307,7 +307,7 @@ jobs: clang libclang-dev cmake curl dosfstools g++ gcc git llvm make \ mtools ninja-build openssl libssl-dev python3 python3-pip lld - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -348,7 +348,7 @@ jobs: mtools ninja-build openssl libssl-dev python3 python3-pip lld \ build-essential gcc-multilib - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -415,7 +415,7 @@ jobs: llvm-static make mesa-libgbm mtools ninja-build openssl \ openssl-devel openssl-libs python3 python3-pip yamllint - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -618,7 +618,7 @@ jobs: ispm.exe packages --install-bundle C:\simics-6-packages.ispm --non-interactive --trust-insecure-packages echo "Installed ISPM packages" - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true @@ -642,7 +642,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 18782ceb..e1cba241 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index c1209291..7379300d 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -22,6 +22,6 @@ jobs: egress-policy: audit - name: 'Checkout Repository' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 'Dependency Review' uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index aa49c30a..42e54a9a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: sudo apt-get -y update && \ sudo apt-get -y install curl - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: dtolnay/rust-toolchain@83bdede770b06329615974cf8c786f845d824dfb # nightly diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 69f26a72..0a3e8eab 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -21,7 +21,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 lfs: false @@ -60,7 +60,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 lfs: false @@ -84,7 +84,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 lfs: false @@ -108,7 +108,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 lfs: false @@ -140,7 +140,7 @@ jobs: dnf -y install \ g++ gcc git git-lfs glibc-devel make openssl openssl-devel openssl-libs - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: lfs: false diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 498fdff8..93d7e836 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -36,7 +36,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false