diff --git a/.github/workflows/c_release.yml b/.github/workflows/c_release.yml index 86e55a7a..53113748 100644 --- a/.github/workflows/c_release.yml +++ b/.github/workflows/c_release.yml @@ -20,7 +20,7 @@ jobs: mkdir at_c-${{ github.ref_name }} cp -R packages/* at_c-${{ github.ref_name }} tar -cvzf tarball/at_c-${{ github.ref_name }}.tar.gz at_c-${{ github.ref_name }} - - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: csshnpd-src-${{github.ref_name}}-${{github.run_number}}-${{github.run_attempt}} path: ./tarball/at_c-${{ github.ref_name }}.tar.gz diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 5ae9c447..ea925a9b 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif