diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d4b006aedbdb..458e07ecf535 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -155,7 +155,7 @@ jobs: path: ~/.cargo/registry key: cargo-registry - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Download and extract dependency archives created during prep # job. @@ -263,7 +263,7 @@ jobs: path: ~/.cargo/registry key: cargo-registry - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Prebuild check for duplicat SIDs - name: Check for duplicate SIDs @@ -490,7 +490,7 @@ jobs: sudo \ which \ zlib-devel - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -581,7 +581,7 @@ jobs: sudo \ which \ zlib-devel - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -669,7 +669,7 @@ jobs: sudo \ which \ zlib-devel - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -739,7 +739,7 @@ jobs: exuberant-ctags \ curl \ dpdk-dev - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -818,7 +818,7 @@ jobs: exuberant-ctags \ curl \ dpdk-dev - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -900,7 +900,7 @@ jobs: time \ wget \ dpdk-dev - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -972,7 +972,7 @@ jobs: zlib1g-dev \ exuberant-ctags \ dpdk-dev - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1114,7 +1114,7 @@ jobs: zlib1g \ zlib1g-dev \ exuberant-ctags - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1198,7 +1198,7 @@ jobs: - name: Install Coccinelle run: | apt -y install coccinelle - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1276,7 +1276,7 @@ jobs: zlib1g \ zlib1g-dev - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1343,7 +1343,7 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1407,7 +1407,7 @@ jobs: - name: Install Rust run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_MIN -y - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1462,7 +1462,7 @@ jobs: run: cargo install --force --debug --version 0.14.1 cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - run: pip3 install PyYAML - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Downloading prep archive uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: @@ -1490,7 +1490,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: msys2/setup-msys2@fa138fa56e2558760b9f2205135313c7345c5f3f with: msystem: MINGW64 @@ -1500,7 +1500,7 @@ jobs: # preinstalled one to be picked up by configure - name: cbindgen run: cargo install --root /usr --force --debug --version 0.14.1 cbindgen - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep @@ -1541,7 +1541,7 @@ jobs: run: shell: msys2 {0} steps: - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: msys2/setup-msys2@v2 with: msystem: MINGW64 @@ -1551,7 +1551,7 @@ jobs: # preinstalled one to be picked up by configure - name: cbindgen run: cargo install --root /usr --force --debug --version 0.14.1 cbindgen - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: prep diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8f44b2a95c65..b81d6439ce23 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 6aadfeea9015..363b45b07db8 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -71,7 +71,7 @@ jobs: cd $HOME/.cargo/bin curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.15.0/cbindgen chmod 755 cbindgen - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 # The action above is supposed to do this for us, but it doesn't appear to stick. diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index dad87b653a1f..998e5e680fa5 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -86,7 +86,7 @@ jobs: # My patience simply ran too short to keep on looking. See follow-on # action to manually fix this up. - name: Checkout - might be merge commit! - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: fetch-depth: 0 # Use last commit of branch, not potential merge commit! diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 214a3f03d7d5..ac2610e0faf4 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac with: persist-credentials: false