diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6977fb..af69a6b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - name: GitHub Upload Release Artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 with: name: JUnit Results ${{matrix.os}}-${{matrix.go-version}}-${{github.run_attempt}} path: junit-${{matrix.os}}-${{matrix.go-version}}-${{github.run_attempt}}.xml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a1e5677a..a0f3871f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -94,7 +94,7 @@ jobs: DATE=$(date +"%Y-%m-%d") mv "report.pdf" "go-wsman-messages-security-report-$DATE.pdf" - name: GitHub Upload Release Artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 continue-on-error: true with: name: report diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1e96aac0..5b318aff 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v3.1.0 + uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v3.1.0 with: name: SARIF file path: results.sarif