diff --git a/.github/workflows/ci-ossf-scorecard.yml b/.github/workflows/ci-ossf-scorecard.yml index d09c287..0164946 100644 --- a/.github/workflows/ci-ossf-scorecard.yml +++ b/.github/workflows/ci-ossf-scorecard.yml @@ -43,7 +43,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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/integ-test-path-exists.yml b/.github/workflows/integ-test-path-exists.yml index 9aa55b3..5a07fbc 100644 --- a/.github/workflows/integ-test-path-exists.yml +++ b/.github/workflows/integ-test-path-exists.yml @@ -32,7 +32,7 @@ jobs: echo "This is a test file." > "$temp_file" echo "existing-file-path=$temp_file" >> $GITHUB_OUTPUT - name: Create Artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: ${{ steps.create-temp-file.outputs.existing-file-path }} name: temp-file-path-exists diff --git a/.github/workflows/integ-test-path-not-exists.yml b/.github/workflows/integ-test-path-not-exists.yml index 97a51b4..8def222 100644 --- a/.github/workflows/integ-test-path-not-exists.yml +++ b/.github/workflows/integ-test-path-not-exists.yml @@ -32,7 +32,7 @@ jobs: echo "This is a test file." > "$temp_file" echo "existing-file-path=$temp_file" >> $GITHUB_OUTPUT - name: Create Artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: path: ${{ steps.create-temp-file.outputs.existing-file-path }} name: temp-file-path-not-exists