diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 6aaa293..4e41895 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -32,7 +32,7 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'recursive' @@ -59,7 +59,7 @@ jobs: - name: Download the ebpf-for-windows build nuget package if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022' - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: "ebpf-for-windows - NuGet package (none_Release)" path: ${{github.workspace}}/local_packages diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 989cab1..71a4ecf 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -63,21 +63,21 @@ jobs: - name: Download the eBPF for Windows MSI if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022' - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: "ebpf-for-windows - MSI installer (none_Release)" path: ${{github.workspace}}/local_packages - name: Download BPF Performance tests - Windows-2019 or Windows-2022 if: inputs.platform == 'windows-2019' || inputs.platform == 'windows-2022' - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: "build-${{inputs.Configuration}}-${{inputs.platform}}-none" path: ${{github.workspace}}/build/bin - name: Download BPF Performance tests - Ubuntu-22.04 if: inputs.platform == 'ubuntu-22.04' - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: "build-${{inputs.Configuration}}-${{inputs.platform}}-${{inputs.option}}" path: ${{github.workspace}}/build/bin diff --git a/.github/workflows/UploadPerfResults.yml b/.github/workflows/UploadPerfResults.yml index 418954a..9da5635 100644 --- a/.github/workflows/UploadPerfResults.yml +++ b/.github/workflows/UploadPerfResults.yml @@ -34,10 +34,10 @@ jobs: with: egress-policy: audit - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Download performance result artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: results-Release-${{matrix.platform}}-none path: results diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5e10ef4..e663b28 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -55,13 +55,13 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: 'recursive' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 + uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -82,6 +82,6 @@ jobs: cmake --build build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 + uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5 with: category: "/language:${{matrix.language}}" \ No newline at end of file diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d25751a..3eb2f16 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: 'Dependency Review' uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index e50b343..e9b1df4 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -39,7 +39,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false @@ -74,6 +74,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 + uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5 with: sarif_file: results.sarif