diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index b3b74b9..ef00696 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -61,7 +61,7 @@ jobs: # repo write access to re-run the job locally. - name: Upload the failing example database if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: hypothesis-nightly-failure-${{ github.run_id }} path: .hypothesis @@ -88,7 +88,7 @@ jobs: python tests/fuzz/fuzz_decode_frame.py -max_total_time=300 - name: Upload crash artifacts if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: atheris-crash-${{ github.run_id }} path: crash-* diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 32a09f9..ffc7c92 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -75,7 +75,7 @@ jobs: # exist is silently skipped. - name: Upload mutmut results on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: mutmut-nightly-failure-${{ github.run_id }} path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0d5f60..23f351a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: --pyproject pyproject.toml --mc-type library \ -o "netprotocols-${GITHUB_REF_NAME#v}.cdx.json" - name: Upload release assets - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-assets path: | diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2306999..c025d93 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -48,7 +48,7 @@ jobs: # Upload the SARIF results as a workflow artifact, per the action's # standard setup. - name: Upload artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif